Skip to content

Commit

Permalink
Remove AnimationTreePlayer node
Browse files Browse the repository at this point in the history
  • Loading branch information
YeldhamDev committed Feb 10, 2020
1 parent 2dd73b1 commit 021fdb1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3,994 deletions.
2 changes: 0 additions & 2 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
#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/animation_tree_player_editor_plugin.h"
#include "editor/plugins/asset_library_editor_plugin.h"
#include "editor/plugins/audio_stream_editor_plugin.h"
#include "editor/plugins/baked_lightmap_editor_plugin.h"
Expand Down Expand Up @@ -6650,7 +6649,6 @@ EditorNode::EditorNode() {
add_editor_plugin(memnew(MultiMeshEditorPlugin(this)));
add_editor_plugin(memnew(MeshInstanceEditorPlugin(this)));
add_editor_plugin(memnew(AnimationTreeEditorPlugin(this)));
add_editor_plugin(memnew(AnimationTreePlayerEditorPlugin(this)));
add_editor_plugin(memnew(MeshLibraryEditorPlugin(this)));
add_editor_plugin(memnew(StyleBoxEditorPlugin(this)));
add_editor_plugin(memnew(SpriteEditorPlugin(this)));
Expand Down
1 change: 0 additions & 1 deletion editor/icons/icon_animation_tree_player.svg

This file was deleted.

Loading

0 comments on commit 021fdb1

Please sign in to comment.