mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix critical georeferencing autodetection regression due to refactor of new context filters.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user