diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-05-16 12:23:40 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-05-16 12:23:58 -0300 |
commit | f9d615ee87ac27fa5fa26f91738b5267ecc7b40e (patch) | |
tree | 4842626ad9125e21632be7a884e18e72ae70d53f /tools/editor/editor_node.h | |
parent | 6cf4f20590c850cf70da0c46101c6545f028be43 (diff) |
Contextualized Scene Tree menu
-Added context menu to Scene Tree Dock
-Removed Buttons
-Added a filter to search for nods more easily in the dock
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r-- | tools/editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index cfec15c383..8fa6cfefcf 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -584,6 +584,7 @@ public: static void add_editor_plugin(EditorPlugin *p_editor); static void remove_editor_plugin(EditorPlugin *p_editor); + void new_inherited_scene() { _menu_option_confirm(FILE_NEW_INHERITED_SCENE,false); } |