Fixed scaling of multivolumes selection - Added local scale by pressing Alt key while dragging the scale gizmo

This commit is contained in:
Enrico Turri 2018-11-20 15:39:36 +01:00
parent f6831dfdea
commit bcfff27921
4 changed files with 35 additions and 12 deletions

View file

@ -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);