mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
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:
@@ -110,7 +110,6 @@ def update_ifc_stair_props(obj: bpy.types.Object) -> None:
|
|||||||
"NosingLength": nosing_length,
|
"NosingLength": nosing_length,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
tool.Ifc.edit(obj)
|
|
||||||
|
|
||||||
# update related annotation objects
|
# update related annotation objects
|
||||||
def get_elements_from_product(product: ifcopenshell.entity_instance) -> list[ifcopenshell.entity_instance]:
|
def get_elements_from_product(product: ifcopenshell.entity_instance) -> list[ifcopenshell.entity_instance]:
|
||||||
|
|||||||
Reference in New Issue
Block a user