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.
This commit is contained in:
Andrej730
2024-10-21 17:51:42 +05:00
parent e8eb3972a1
commit 492df2310d
@@ -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]: