Browse Source

Merge pull request #108590 from ryevdokimov/update-auto-unfold-description

Update `auto_unfold_foreign_scenes` description
Thaddeus Crews 1 week ago
parent
commit
6e0671e1c5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/classes/EditorSettings.xml

+ 2 - 1
doc/classes/EditorSettings.xml

@@ -988,7 +988,8 @@
 			If [code]true[/code], the Scene dock will display buttons to quickly add a root node to a newly created scene.
 			If [code]true[/code], the Scene dock will display buttons to quickly add a root node to a newly created scene.
 		</member>
 		</member>
 		<member name="interface/inspector/auto_unfold_foreign_scenes" type="bool" setter="" getter="">
 		<member name="interface/inspector/auto_unfold_foreign_scenes" type="bool" setter="" getter="">
-			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.
+			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.
+			[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.
 		</member>
 		</member>
 		<member name="interface/inspector/color_picker_show_intensity" type="bool" setter="" getter="">
 		<member name="interface/inspector/color_picker_show_intensity" type="bool" setter="" getter="">
 			If [code]true[/code], show the intensity slider in the [ColorPicker]s opened in the editor.
 			If [code]true[/code], show the intensity slider in the [ColorPicker]s opened in the editor.