diff --git a/src/bonsai/bonsai/bim/module/boundary/operator.py b/src/bonsai/bonsai/bim/module/boundary/operator.py index 45ee8c60e2..6d6404a1cb 100644 --- a/src/bonsai/bonsai/bim/module/boundary/operator.py +++ b/src/bonsai/bonsai/bim/module/boundary/operator.py @@ -843,7 +843,6 @@ class AddBoundary(bpy.types.Operator, tool.Ifc.Operator): settings = ifcopenshell.geom.settings() shape = ifcopenshell.geom.create_shape(settings, opening) mat = Matrix(ifcopenshell.util.shape.get_shape_matrix(shape)) - mat.translation = (0, 0, 0) opening_bm = bmesh.new() verts = ifcopenshell.util.shape.get_vertices(shape.geometry) for vert in verts: