Usecase to Unassign object aggregation in the ifcopenshell.api

This commit is contained in:
bosonprojets
2021-04-28 12:43:14 +00:00
parent 00694854af
commit 4ab23d231d
2 changed files with 26 additions and 0 deletions
@@ -44,6 +44,7 @@ class EditWorkPlan(bpy.types.Operator):
**{"work_plan": self.file.by_id(props.active_work_plan_id), "attributes": attributes},
)
Data.load(IfcStore.get_file())
bpy.ops.bim.disable_editing_work_plan()
return {"FINISHED"}