mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed scaling of multivolumes selection - Added local scale by pressing Alt key while dragging the scale gizmo
This commit is contained in:
parent
f6831dfdea
commit
bcfff27921
4 changed files with 35 additions and 12 deletions
|
@ -519,7 +519,7 @@ public:
|
|||
void translate(const Vec3d& displacement);
|
||||
void rotate(const Vec3d& rotation, bool local);
|
||||
void flattening_rotate(const Vec3d& normal);
|
||||
void scale(const Vec3d& scale);
|
||||
void scale(const Vec3d& scale, bool local);
|
||||
void mirror(Axis axis);
|
||||
|
||||
void translate(unsigned int object_idx, const Vec3d& displacement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue