Open Giganzo opened 4 days ago
Fixes: https://github.com/godotengine/godot/issues/99496
When using modifiers with selection mode:
dev4-bug.webm
Selecting mode from toolbar:
dev4-bug-tools.webm
When using shortcuts with selection mode:
dev-fix.webm
dev-fix-tools.webm
If you had a control in a container selected with other items and you moved or scaled selection by grabbing the gizmo it would not constrain it to that axis.
Before:
Screencast_20241119_163238.webm
After:
Screencast_20241119_163328.webm
Fixes: https://github.com/godotengine/godot/issues/99496
Selection only includes controls in a container
Before:
When using modifiers with selection mode:
dev4-bug.webm
Selecting mode from toolbar:
dev4-bug-tools.webm
After:
When using shortcuts with selection mode:
dev-fix.webm
Selecting mode from toolbar:
dev-fix-tools.webm
Constrain axis
If you had a control in a container selected with other items and you moved or scaled selection by grabbing the gizmo it would not constrain it to that axis.
Before:
Screencast_20241119_163238.webm
After:
Screencast_20241119_163328.webm