bim.add_openings - display in UI if multiple potential openings are selected

This commit is contained in:
Andrej730
2025-01-15 16:49:16 +05:00
parent d6da8a7ee1
commit 1f3fc3c2b9
+1 -1
View File
@@ -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")