소스 검색

Revert "Fix blend tree generating wrong node names"

Rémi Verschelde 6 년 전
부모
커밋
495e40cff8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      editor/plugins/animation_blend_tree_editor_plugin.cpp

+ 0 - 1
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;