Skip to content

Commit

Permalink
Merge pull request #24546 from guilhermefelipecgs/fix_blend_tree
Browse files Browse the repository at this point in the history
Fix blend tree generating wrong node names
  • Loading branch information
akien-mga authored Dec 22, 2018
2 parents 404f394 + 8a202bc commit 10e9221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/plugins/animation_blend_tree_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ 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;
Expand Down

0 comments on commit 10e9221

Please sign in to comment.