mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 07:05:56 +08:00
Revert "Forbid translation of objects when SLA/Hollow/FDM gizmos are active"
This reverts commit c29171790930a1a9f9b0374b6a5ab8ccec1e88a9. Translation of object when those gizmos are active should already be supressed by previous commit (ba97ebb0). The FDM gizmo was erroneously not blocking the translation, the commit that is reverted is therefore needless after this was fixed the way it should have been fixed in the first place.
This commit is contained in:
parent
a9435cccb8
commit
db7559157c
@ -3657,14 +3657,6 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
|
||||
if (!m_mouse.drag.move_requires_threshold)
|
||||
{
|
||||
m_mouse.dragging = true;
|
||||
|
||||
// Translation of objects is forbidden when SLA supports/hollowing/fdm
|
||||
// supports gizmo is active.
|
||||
if (m_gizmos.get_current_type() == GLGizmosManager::SlaSupports
|
||||
|| m_gizmos.get_current_type() == GLGizmosManager::FdmSupports
|
||||
|| m_gizmos.get_current_type() == GLGizmosManager::Hollow)
|
||||
return;
|
||||
|
||||
Vec3d cur_pos = m_mouse.drag.start_position_3D;
|
||||
// we do not want to translate objects if the user just clicked on an object while pressing shift to remove it from the selection and then drag
|
||||
if (m_selection.contains_volume(get_first_hover_volume_idx()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user