Merge pull request #59341 from fazil47/clear-import-inspector
Advanced import settings inspector is cleared when opened
This commit is contained in:
commit
ca101fe080
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ void SceneImportSettings::open_settings(const String &p_path) {
|
|||
|
||||
base_viewport->add_child(scene);
|
||||
|
||||
inspector->edit(nullptr);
|
||||
|
||||
if (first_aabb) {
|
||||
contents_aabb = AABB(Vector3(-1, -1, -1), Vector3(2, 2, 2));
|
||||
first_aabb = false;
|
||||
|
|
Loading…
Reference in a new issue