Fix critical georeferencing autodetection regression due to refactor of new context filters.

This commit is contained in:
Dion Moult
2023-11-21 15:10:01 +11:00
parent b20f0dd199
commit 1dd401d77e
+2 -2
View File
@@ -254,6 +254,8 @@ class IfcImporter:
self.profile_code("Loading file")
self.calculate_unit_scale()
self.profile_code("Calculate unit scale")
self.process_context_filter()
self.profile_code("Process context filter")
self.calculate_model_offset()
self.profile_code("Calculate model offset")
self.predict_dense_mesh()
@@ -264,8 +266,6 @@ class IfcImporter:
self.profile_code("Create project")
self.process_element_filter()
self.profile_code("Process element filter")
self.process_context_filter()
self.profile_code("Process context filter")
self.create_collections()
self.profile_code("Create collections")
self.create_materials()