Tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED - Detection of required transformation baking done on mouse dragging event in place of mouse up event for gizmo scale

This commit is contained in:
enricoturri1966 2022-02-18 14:40:43 +01:00
parent 98a9dd2cec
commit 4ad05d17d3
4 changed files with 44 additions and 48 deletions

View file

@ -374,8 +374,7 @@ public:
// -1 if the user refused to proceed with baking when asked
// 0 if the baking was performed
// 1 if no baking was needed
// if apply_scale == true the scaling of the current selection is applied
int bake_transform_if_needed(bool apply_scale) const;
int bake_transform_if_needed() const;
#endif // ENABLE_WORLD_COORDINATE_SCALE_REVISITED
void erase();