purging of cost and task inverse relationships in ifcopenshell.api, and amendement to cost item values editing UX in BlenderBIM

This commit is contained in:
bosonprojets
2021-05-28 00:24:01 +01:00
parent 75ae501ff9
commit 7d2d9b2bcf
3 changed files with 15 additions and 0 deletions
@@ -332,6 +332,7 @@ class EnableEditingCostItemValues(bpy.types.Operator):
props = context.scene.BIMCostProperties
props.active_cost_item_id = self.cost_item
props.cost_item_editing_type = "VALUES"
bpy.ops.bim.disable_editing_cost_item_value()
return {"FINISHED"}