Merge pull request #70092 from bmolyneaux/patch-1

Clear animation map when import settings is opened
This commit is contained in:
Rémi Verschelde 2022-12-15 09:21:39 +01:00
commit fc9b6ef07f
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -555,6 +555,7 @@ void SceneImportSettings::open_settings(const String &p_path, bool p_for_animati
material_set.clear();
mesh_set.clear();
animation_map.clear();
material_map.clear();
mesh_map.clear();
node_map.clear();