Skip to content

Commit 6e0671e

Browse files
committed
Merge pull request #108590 from ryevdokimov/update-auto-unfold-description
Update `auto_unfold_foreign_scenes` description
2 parents 0b4e261 + 6d1571e commit 6e0671e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/classes/EditorSettings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,8 @@
988988
If [code]true[/code], the Scene dock will display buttons to quickly add a root node to a newly created scene.
989989
</member>
990990
<member name="interface/inspector/auto_unfold_foreign_scenes" type="bool" setter="" getter="">
991-
If [code]true[/code], automatically expands property groups in the Inspector dock when opening a scene that hasn't been opened previously. If [code]false[/code], all groups remain collapsed by default.
991+
If [code]true[/code], automatically unfolds Inspector property groups containing modified values when opening a scene for the first time. Only affects scenes without saved folding preferences and only unfolds groups with properties that have been changed from their default values.
992+
[b]Note:[/b] This setting only works in specific scenarios: when opening a scene brought in from another project, or when opening a new scene that already has modified properties (e.g., from version control). Duplicated scenes are not considered foreign, so this setting will not affect them.
992993
</member>
993994
<member name="interface/inspector/color_picker_show_intensity" type="bool" setter="" getter="">
994995
If [code]true[/code], show the intensity slider in the [ColorPicker]s opened in the editor.

0 commit comments

Comments
 (0)