mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +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:
|
for system_id in systems_object:
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text=Data.systems[system_id].get("Name", "Unnamed"))
|
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 = row.operator("bim.unassign_system", text="", icon="X")
|
||||||
op.system = system_id
|
op.system = system_id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user