You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Merge pull request #70092 from bmolyneaux/patch-1
Clear animation map when import settings is opened
This commit is contained in:
@@ -555,6 +555,7 @@ void SceneImportSettings::open_settings(const String &p_path, bool p_for_animati
|
|||||||
|
|
||||||
material_set.clear();
|
material_set.clear();
|
||||||
mesh_set.clear();
|
mesh_set.clear();
|
||||||
|
animation_map.clear();
|
||||||
material_map.clear();
|
material_map.clear();
|
||||||
mesh_map.clear();
|
mesh_map.clear();
|
||||||
node_map.clear();
|
node_map.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user