mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
@@ -1654,8 +1654,9 @@ class OverrideModeSetEdit(bpy.types.Operator):
|
|||||||
should_sync_changes_first=False,
|
should_sync_changes_first=False,
|
||||||
apply_openings=False,
|
apply_openings=False,
|
||||||
)
|
)
|
||||||
tool.Geometry.apply_item_ids_as_vertex_groups(obj)
|
if isinstance(obj.data, bpy.types.Mesh):
|
||||||
tool.Geometry.dissolve_triangulated_edges(obj)
|
tool.Geometry.apply_item_ids_as_vertex_groups(obj)
|
||||||
|
tool.Geometry.dissolve_triangulated_edges(obj)
|
||||||
obj.data.BIMMeshProperties.mesh_checksum = tool.Geometry.get_mesh_checksum(obj.data)
|
obj.data.BIMMeshProperties.mesh_checksum = tool.Geometry.get_mesh_checksum(obj.data)
|
||||||
else:
|
else:
|
||||||
obj.select_set(False)
|
obj.select_set(False)
|
||||||
|
|||||||
Reference in New Issue
Block a user