From 492df2310dc5fc2c206891d53d3b86a85186dfb8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 21 Oct 2024 17:51:42 +0500 Subject: [PATCH] parametric stair - don't mark object as edited As representation already saved to IFC and edited_objs seems to be getting less reliable because of the openings. --- src/bonsai/bonsai/bim/module/model/stair.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/model/stair.py b/src/bonsai/bonsai/bim/module/model/stair.py index 7c645d15dc..8abd07b838 100644 --- a/src/bonsai/bonsai/bim/module/model/stair.py +++ b/src/bonsai/bonsai/bim/module/model/stair.py @@ -110,7 +110,6 @@ def update_ifc_stair_props(obj: bpy.types.Object) -> None: "NosingLength": nosing_length, }, ) - tool.Ifc.edit(obj) # update related annotation objects def get_elements_from_product(product: ifcopenshell.entity_instance) -> list[ifcopenshell.entity_instance]: