WIP implement local placement tree. See #1222.

This commit is contained in:
Dion Moult
2021-01-08 13:29:59 +11:00
parent 2d061f63fb
commit 0dcdfcf46c
8 changed files with 65 additions and 27 deletions
@@ -67,3 +67,9 @@ class BIM_PT_mesh(Panel):
row.prop(ifc_parameter, "name", text="")
row.prop(ifc_parameter, "value", text="")
row.operator("bim.update_parametric_representation", icon="FILE_REFRESH", text="").index = index
def BIM_PT_transform(self, context):
if context.active_object and context.active_object.BIMObjectProperties.ifc_definition_id:
row = self.layout.row()
row.operator("bim.edit_object_placement")