diff options
| author | Juan Linietsky | 2015-01-02 11:56:32 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-02 11:56:32 -0300 |
| commit | d34f1da861e66fac40f76045292202ad76efe5d2 (patch) | |
| tree | fb43cc353eafd7f5e4f82d10e07bb6e351d5b59e /tools/editor/editor_settings.cpp | |
| parent | cda249c6add9bc662eaee69a4850a623576f1ca7 (diff) | |
| parent | d128ec926369afca89155361c68249df17bdc278 (diff) | |
| download | godot-d34f1da861e66fac40f76045292202ad76efe5d2.tar.gz godot-d34f1da861e66fac40f76045292202ad76efe5d2.tar.zst godot-d34f1da861e66fac40f76045292202ad76efe5d2.zip | |
Merge pull request #1068 from jaromirhribal/master
Blender/Maya zoom style.
Diffstat (limited to 'tools/editor/editor_settings.cpp')
| -rw-r--r-- | tools/editor/editor_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 8b0fd204e..3f44701b9 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -419,6 +419,8 @@ void EditorSettings::_load_defaults() { set("3d_editor/navigation_scheme",0); hints["3d_editor/navigation_scheme"]=PropertyInfo(Variant::INT,"3d_editor/navigation_scheme",PROPERTY_HINT_ENUM,"Godot,Maya,Modo"); + set("3d_editor/zoom_style",0); + hints["3d_editor/zoom_style"]=PropertyInfo(Variant::INT,"3d_editor/zoom_style",PROPERTY_HINT_ENUM,"Vertical, Horizontal"); set("3d_editor/orbit_modifier",0); hints["3d_editor/orbit_modifier"]=PropertyInfo(Variant::INT,"3d_editor/orbit_modifier",PROPERTY_HINT_ENUM,"None,Shift,Alt,Meta,Ctrl"); set("3d_editor/pan_modifier",1); |
