From 5e117ee7bfe55d2c2d559fc8e0ed99de86ea29fe Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 2 Nov 2021 22:33:46 +0100 Subject: Skip keyframe creation dialog when holding Shift in the animation editor The editor setting to always bypass the confirmation dialog was removed, since the new shortcut effectively supersedes it in a more granular way. --- doc/classes/EditorSettings.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/classes/EditorSettings.xml') diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index c7d05eb913..53f82044c2 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -387,9 +387,6 @@ If [code]true[/code], automatically updates animation tracks' target paths when renaming or reparenting nodes in the Scene tree dock. - - 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. - 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. -- cgit v1.2.3