From 1c17cccc45f29112bb896ea6161c541b75aaf9e3 Mon Sep 17 00:00:00 2001 From: Sigma Dimensions <79010126+myoualid@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:34:21 +0100 Subject: [PATCH] fix missing import --- src/blenderbim/blenderbim/bim/module/boundary/operator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blenderbim/blenderbim/bim/module/boundary/operator.py b/src/blenderbim/blenderbim/bim/module/boundary/operator.py index cf747e6d67..5eb502edea 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/operator.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/operator.py @@ -35,6 +35,7 @@ from mathutils import Vector, Matrix from blenderbim.bim.ifc import IfcStore from blenderbim.bim.module.model.decorator import ProfileDecorator from blenderbim.bim.module.boundary.decorator import BoundaryDecorator +import blenderbim.core def get_boundaries_collection(blender_space):