You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Allow to easily rename multiple nodes
Co-authored-by: ajreckof <tbonhoure@ymail.Com>
This commit is contained in:
@@ -599,8 +599,7 @@ void RenameDialog::rename() {
|
||||
ERR_PRINT("Skipping missing node: " + to_rename[i].first.get_concatenated_subnames());
|
||||
continue;
|
||||
}
|
||||
|
||||
scene_tree_editor->call("_rename_node", n, new_name);
|
||||
scene_tree_editor->rename_node(n, new_name);
|
||||
}
|
||||
|
||||
undo_redo->commit_action();
|
||||
|
||||
Reference in New Issue
Block a user