Merge branch 'PLY_FACE_COLOR' into 'master'

PLY Reader/Writer: Support for face colors (Thanks to Steve and Barb Demlow for the patch)

See merge request OpenMesh/OpenMesh!211
This commit is contained in:
Jan Möbius
2019-02-21 13:55:07 +01:00
8 changed files with 363 additions and 31 deletions

View File

@@ -29,6 +29,7 @@
<li>PLY Reader: Fixed endless loop on unknown property list type</li>
<li>PLY Reader: Fix hang when reading directly from istream (Thanks to Paul Loré for the patch)</li>
<li>PLY Reader: Fix file load for ASCII PLY without a newline at the end of the file (Thanks to Mathieu Lamarre for the patch )
<li>PLY Reader/Writer: Support for face colors (Thanks to Steve and Barb Demlow for the patch)</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>