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.
This commit is contained in:
parent
851bc640dd
commit
5e117ee7bf
3 changed files with 5 additions and 7 deletions
|
|
@ -709,7 +709,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
|
||||
// Animation
|
||||
_initial_set("editors/animation/autorename_animation_tracks", true);
|
||||
_initial_set("editors/animation/confirm_insert_track", true);
|
||||
_initial_set("editors/animation/default_create_bezier_tracks", false);
|
||||
_initial_set("editors/animation/default_create_reset_tracks", true);
|
||||
_initial_set("editors/animation/onion_layers_past_color", Color(1, 0, 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue