From 495e40cff87c9156ba5586a33380208095f62cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 4 Jan 2019 19:45:39 +0100 Subject: Revert "Fix blend tree generating wrong node names" --- editor/plugins/animation_blend_tree_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/plugins/animation_blend_tree_editor_plugin.cpp b/editor/plugins/animation_blend_tree_editor_plugin.cpp index 9a07bf93c0..a5b730dffd 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.cpp +++ b/editor/plugins/animation_blend_tree_editor_plugin.cpp @@ -134,7 +134,6 @@ void AnimationNodeBlendTreeEditor::_update_graph() { node->set_offset(blend_tree->get_node_position(E->get()) * EDSCALE); node->set_title(agnode->get_caption()); - node->set_human_readable_collision_renaming(false); node->set_name(E->get()); int base = 0; -- cgit v1.2.3