diff options
| author | Juan Linietsky | 2018-06-25 16:21:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-25 16:22:41 -0300 |
| commit | 4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29 (patch) | |
| tree | 17eb49e6fd511e7a9e62d7111ba72041afeb9f31 /editor/editor_node.cpp | |
| parent | c45a8a574a7d7ead577a7668cc562ece75733266 (diff) | |
| download | godot-4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29.tar.gz godot-4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29.tar.zst godot-4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29.zip | |
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 83f1cd40b..53e5ae73c 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -69,6 +69,7 @@ #include "editor/plugins/animation_blend_space_editor.h" #include "editor/plugins/animation_blend_tree_editor_plugin.h" #include "editor/plugins/animation_player_editor_plugin.h" +#include "editor/plugins/animation_state_machine_editor.h" #include "editor/plugins/animation_tree_editor_plugin.h" #include "editor/plugins/asset_library_editor_plugin.h" #include "editor/plugins/baked_lightmap_editor_plugin.h" @@ -5401,6 +5402,7 @@ EditorNode::EditorNode() { //add_editor_plugin(memnew(ShaderGraphEditorPlugin(this))); add_editor_plugin(memnew(AnimationNodeBlendTreeEditorPlugin(this))); add_editor_plugin(memnew(AnimationNodeBlendSpaceEditorPlugin(this))); + add_editor_plugin(memnew(AnimationNodeStateMachineEditorPlugin(this))); add_editor_plugin(memnew(CameraEditorPlugin(this))); add_editor_plugin(memnew(ThemeEditorPlugin(this))); |
