WIP create aggregation module to manipulate aggregations. See #1222.

This commit is contained in:
Dion Moult
2021-01-05 16:29:14 +11:00
parent 30b3090386
commit d74b344a95
11 changed files with 186 additions and 11 deletions
@@ -31,5 +31,7 @@ class BIM_PT_spatial(Panel):
name = "{}/{}".format(
Data.products[props.ifc_definition_id]["type"], Data.products[props.ifc_definition_id]["Name"]
)
if name == "None/None":
name = "This object is not spatially contained"
row.label(text=name)
row.operator("bim.assign_container", icon="FILE_REFRESH", text="")