mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Add experimental multicore import to IFCClash
This commit is contained in:
@@ -367,7 +367,6 @@ class IfcImporter():
|
||||
if mesh is None:
|
||||
mesh = self.create_mesh(element, shape)
|
||||
self.meshes[mesh_name] = mesh
|
||||
self.mesh_shapes[mesh_name] = shape
|
||||
|
||||
obj = bpy.data.objects.new(self.get_name(element), mesh)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user