diff --git a/src/blenderbim/blenderbim/bim/module/spatial/operator.py b/src/blenderbim/blenderbim/bim/module/spatial/operator.py index 346b1e7d35..a10d988773 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/operator.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/operator.py @@ -130,4 +130,4 @@ class BIM_OT_building_storey_add(bpy.types.Operator, Operator): building_name: bpy.props.StringProperty() def _execute(self, context): - core.add_storey_to_building(tool.Ifc, tool.Spatial, obj=context.active_object) + core.add_storey_to_building(tool.Spatial, obj=context.active_object)