fix missing import

This commit is contained in:
Sigma Dimensions
2023-06-13 10:34:21 +01:00
parent ee0dca4898
commit da41469c43
@@ -35,6 +35,7 @@ from mathutils import Vector, Matrix
from blenderbim.bim.ifc import IfcStore from blenderbim.bim.ifc import IfcStore
from blenderbim.bim.module.model.decorator import ProfileDecorator from blenderbim.bim.module.model.decorator import ProfileDecorator
from blenderbim.bim.module.boundary.decorator import BoundaryDecorator from blenderbim.bim.module.boundary.decorator import BoundaryDecorator
import blenderbim.core
def get_boundaries_collection(blender_space): def get_boundaries_collection(blender_space):