Skip to content

Commit

Permalink
Merge pull request #36085 from YeldhamDev/rip_animationtreeplayer_pre…
Browse files Browse the repository at this point in the history
…ss_f

Remove AnimationTreePlayer node
  • Loading branch information
akien-mga authored Feb 10, 2020
2 parents 5061356 + 021fdb1 commit 78074fe
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 78074fe

Please sign in to comment.