Merge pull request #114717 from TokageItLab/gizmo-opt

Add `view_plane_rotation_gizmo_scale` to EditorSettings & make color darken
This commit is contained in:
Thaddeus Crews 2026-02-10 08:29:45 -06:00
commit ec297f8bb3
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
6 changed files with 46 additions and 33 deletions

View file

@ -509,6 +509,9 @@
<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/view_plane_rotation_gizmo_scale" type="float" setter="" getter="">
The scale of the outer circle of the rotation gizmo as view plane rotation in the 3D editor. If set to [code]2.0[/code], the outer circle has twice the radius of the XYZ rotation gizmo sphere.
</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>