New selections -> allow all three rotations for single instance selection
This commit is contained in:
parent
bb2000d094
commit
6563cff246
1 changed files with 0 additions and 6 deletions
|
@ -3235,13 +3235,7 @@ void GLCanvas3D::update_gizmos_data()
|
|||
|
||||
#if ENABLE_EXTENDED_SELECTION
|
||||
bool enable_move_z = !m_selection.is_wipe_tower();
|
||||
bool enable_rotate_xy = m_selection.is_single_full_object() || m_selection.is_mixed();
|
||||
|
||||
m_gizmos.enable_grabber(Gizmos::Move, 2, enable_move_z);
|
||||
for (int i = 0; i < 2; ++i)
|
||||
{
|
||||
m_gizmos.enable_grabber(Gizmos::Rotate, i, enable_rotate_xy);
|
||||
}
|
||||
|
||||
if (m_selection.is_single_full_instance())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue