mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Minor fix
This commit is contained in:
@@ -130,4 +130,4 @@ class BIM_OT_building_storey_add(bpy.types.Operator, Operator):
|
|||||||
building_name: bpy.props.StringProperty()
|
building_name: bpy.props.StringProperty()
|
||||||
|
|
||||||
def _execute(self, context):
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user