You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Add an import setting use_legacy_names.
During the development of 3.3, internationalization features were added to allow arbitrary bone and node names. However, doing so will break all references and existing animation clips for projects upgraded from 3.2 This adds an import setting, enabled by default, but disabled for newly generated .import files which restores the old behavior.
This commit is contained in:
@@ -1754,6 +1754,7 @@ void EditorFileSystem::_reimport_file(const String &p_file) {
|
||||
|
||||
} else {
|
||||
late_added_files.insert(p_file); //imported files do not call update_file(), but just in case..
|
||||
params["nodes/use_legacy_names"] = false;
|
||||
}
|
||||
|
||||
if (importer_name == "keep") {
|
||||
|
||||
Reference in New Issue
Block a user