mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 04:00:08 +00:00
fix mistake in de80e416c
This commit is contained in:
@@ -1471,7 +1471,6 @@ class LoadLinkedProject(bpy.types.Operator):
|
||||
material_ids = shape.geometry.material_ids
|
||||
|
||||
mat = ifcopenshell.util.shape.get_shape_matrix(shape)
|
||||
mat[:3, 3] = (0, 0, 0)
|
||||
|
||||
mesh = self.meshes.get(shape.geometry.id, None)
|
||||
if not mesh:
|
||||
|
||||
Reference in New Issue
Block a user