New selection -> changed calculation of euler angles for multivolume rotations

This commit is contained in:
Enrico Turri 2018-10-10 13:51:11 +02:00
parent 7672be6488
commit 3e5e72dafc
2 changed files with 23 additions and 6 deletions

View file

@ -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; }