mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New selection -> changed calculation of euler angles for multivolume rotations
This commit is contained in:
parent
7672be6488
commit
3e5e72dafc
2 changed files with 23 additions and 6 deletions
|
@ -462,6 +462,7 @@ public:
|
|||
bool is_modifier() const { return m_type == Modifier; }
|
||||
bool is_single_full_instance() const;
|
||||
bool is_single_full_object() const { return m_type == SingleFullObject; }
|
||||
bool is_mixed() const { return m_type == Mixed; }
|
||||
bool is_from_single_instance() const { return get_instance_idx() != -1; }
|
||||
bool is_from_single_object() const { return get_object_idx() != -1; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue