You can now select all system objects from the object panel for convenience.

This commit is contained in:
Dion Moult
2022-01-10 12:21:38 +11:00
parent ce3490824d
commit 8eccb1a5ed
@@ -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