Merge branch 'persistent_edge_properties' into 'master'

Persistent edge properties

See merge request OpenMesh/OpenMesh!184
This commit is contained in:
Jan Möbius
2018-11-27 13:03:44 +01:00
17 changed files with 1224 additions and 51 deletions

View File

@@ -18,6 +18,9 @@
<ul>
<li>PLY Reader: Allowing the PLY reader to read custom face ( Thanks to morgan Leborgne for the patch)</li>
<li>PLY Reader: Fixed endless loop on unknown property list type</li>
<li>OM Writer/Reader: Update file format version to 2.0. Older files can still be read, but older OpenMesh versions cannot read new format.</li>
<li>OM Writer/Reader: Fixed inconsistent writing/reading of edge properties</li>
<li>OM Writer/Reader: Add option to store status</li>
</ul>
<b>Tools</b>