mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fix of anisotropic scaling from the 3D scene.
This commit is contained in:
@@ -629,7 +629,7 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt, GLCanvas3D& canvas)
|
|||||||
case Scale:
|
case Scale:
|
||||||
{
|
{
|
||||||
// Apply new temporary scale factors
|
// Apply new temporary scale factors
|
||||||
TransformationType transformation_type(TransformationType::World_Relative_Joint);
|
TransformationType transformation_type(TransformationType::Local_Relative_Joint);
|
||||||
if (evt.AltDown())
|
if (evt.AltDown())
|
||||||
transformation_type.set_independent();
|
transformation_type.set_independent();
|
||||||
selection.scale(get_scale(), transformation_type);
|
selection.scale(get_scale(), transformation_type);
|
||||||
|
|||||||
Reference in New Issue
Block a user