Keep other parts of transform gizmo visible when rotating in local mode

This commit is contained in:
Robert Yevdokimov
2026-01-07 20:59:25 -05:00
parent 64bc9a25a3
commit 3518b0dc5a
4 changed files with 41 additions and 6 deletions

View File

@@ -503,6 +503,9 @@
<member name="editors/3d/selection_box_color" type="Color" setter="" getter="">
The color to use for the selection box that surrounds selected nodes in the 3D editor viewport. The color's alpha channel influences the selection box's opacity.
</member>
<member name="editors/3d/show_gizmo_during_rotation" type="int" setter="" getter="">
If checked, the transform gizmo remains visible during rotation in that transform mode.
</member>
<member name="editors/3d_gizmos/gizmo_colors/aabb" type="Color" setter="" getter="">
The color to use for the AABB gizmo that displays the [GeometryInstance3D]'s custom [AABB].
</member>