fix mistake in de80e416c

This commit is contained in:
Andrej730
2024-06-10 19:30:49 +05:00
parent 293cee414a
commit ab31f9ae85
3 changed files with 0 additions and 3 deletions
@@ -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: