From 6d1571e2302faa3bbc4cc5b5f7660cbb5c895e2f Mon Sep 17 00:00:00 2001 From: robert yevdokimov Date: Mon, 14 Jul 2025 01:43:01 +0400 Subject: [PATCH] Update `auto_unfold_foreign_scenes` description --- doc/classes/EditorSettings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 4bfa4a57029..49f5bcf1f25 100644 --- a/doc/classes/EditorSettings.xml +++ b/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], 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. If [code]true[/code], show the intensity slider in the [ColorPicker]s opened in the editor.