فهرست منبع

Fix blend tree generating wrong node names

Now it's possible to connect nodes again.
Guilherme Felipe 6 سال پیش
والد
کامیت
8a202bc223
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      editor/plugins/animation_blend_tree_editor_plugin.cpp

+ 1 - 0
editor/plugins/animation_blend_tree_editor_plugin.cpp

@@ -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;