mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
bim.add_openings - display in UI if multiple potential openings are selected
This commit is contained in:
@@ -44,7 +44,7 @@ class BIM_PT_voids(Panel):
|
||||
|
||||
props = context.active_object.BIMObjectProperties
|
||||
|
||||
if len(context.selected_objects) == 2:
|
||||
if len(context.selected_objects) >= 2:
|
||||
row = self.layout.row(align=True)
|
||||
op = row.operator("bim.add_opening", icon="ADD", text="Add Opening")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user