summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorSettings.xml
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-07-26 18:39:01 +0200
committerYuri Sizov <yuris@humnom.net>2023-07-26 18:39:01 +0200
commit3bc842b1b129b379d8e73bb21660e9bb6b0f79f8 (patch)
treeb64fc735d121be27159859c4bd6a021f4a2f1760 /doc/classes/EditorSettings.xml
parent202e4b2c1e7f8b25738b93d0e4d5066453d3edf3 (diff)
parent5e117ee7bfe55d2c2d559fc8e0ed99de86ea29fe (diff)
downloadredot-engine-3bc842b1b129b379d8e73bb21660e9bb6b0f79f8.tar.gz
Merge pull request #54524 from Calinou/animation-editor-add-bypass-confirmation
Skip keyframe creation dialog when holding Shift in the animation editor
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r--doc/classes/EditorSettings.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index 0c6fa2923f..85efe4362e 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -389,9 +389,6 @@
<member name="editors/animation/autorename_animation_tracks" type="bool" setter="" getter="">
If [code]true[/code], automatically updates animation tracks' target paths when renaming or reparenting nodes in the Scene tree dock.
</member>
- <member name="editors/animation/confirm_insert_track" type="bool" setter="" getter="">
- If [code]true[/code], display a confirmation dialog when adding a new track to an animation by pressing the "key" icon next to a property.
- </member>
<member name="editors/animation/default_create_bezier_tracks" type="bool" setter="" getter="">
If [code]true[/code], create a Bezier track instead of a standard track when pressing the "key" icon next to a property. Bezier tracks provide more control over animation curves, but are more difficult to adjust quickly.
</member>