Merge pull request #12572 from RandomShaper/onion-skinning

Onion skinning
This commit is contained in:
Juan Linietsky 2017-11-26 15:13:35 -03:00 committed by GitHub
commit 22415e5a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 774 additions and 75 deletions

View file

@ -462,6 +462,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
_initial_set("editors/animation/autorename_animation_tracks", true);
_initial_set("editors/animation/confirm_insert_track", true);
_initial_set("editors/animation/onion_layers_past_color", Color(1, 0, 0));
_initial_set("editors/animation/onion_layers_future_color", Color(0, 1, 0));
_initial_set("docks/property_editor/texture_preview_width", 48);
_initial_set("docks/property_editor/auto_refresh_interval", 0.3);