mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
You can now select all system objects from the object panel for convenience.
This commit is contained in:
@@ -105,6 +105,8 @@ class BIM_PT_object_systems(Panel):
|
||||
for system_id in systems_object:
|
||||
row = self.layout.row(align=True)
|
||||
row.label(text=Data.systems[system_id].get("Name", "Unnamed"))
|
||||
op = row.operator("bim.select_system_products", text="", icon="RESTRICT_SELECT_OFF")
|
||||
op.system = system_id
|
||||
op = row.operator("bim.unassign_system", text="", icon="X")
|
||||
op.system = system_id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user