mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:23:41 +00:00
Fix error when the "Add Parametric Window" button is drawn
This commit is contained in:
@@ -465,7 +465,7 @@ class BIM_PT_window(bpy.types.Panel):
|
|||||||
else:
|
else:
|
||||||
row = self.layout.row()
|
row = self.layout.row()
|
||||||
row.label(text="No Window Found")
|
row.label(text="No Window Found")
|
||||||
row.operator("bim.add_window", icon="ADD", text="").obj = ""
|
row.operator("bim.add_window", icon="ADD", text="")
|
||||||
|
|
||||||
|
|
||||||
class BIM_PT_door(bpy.types.Panel):
|
class BIM_PT_door(bpy.types.Panel):
|
||||||
|
|||||||
Reference in New Issue
Block a user