mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 03:29:02 +08:00
New selections -> allow all three rotations for single instance selection
This commit is contained in:
parent
bb2000d094
commit
6563cff246
@ -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…
x
Reference in New Issue
Block a user