Skip to content

Persistent edge properties

Max Lyon requested to merge persistent_edge_properties into master

Fixing a bug regarding the correct writing and reading of edge properties required to update the OpenMesh file format.

Updated the file format version to 2.0 to indicate that files written with the new version cannot be read by older OpenMesh versions. Older files can still be loaded with the new version, though.

With the new file format vertex, edge, halfedge and face indices should be consistent over a write load cycle.

Merge request reports