Updated changelogs
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@273 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#============================================================================================
|
#============================================================================================
|
||||||
|
|
||||||
OpenMesh 2.0-RC5 ( Rev 263 ):
|
OpenMesh 2.0-RC5 ( Rev 273 ):
|
||||||
|
|
||||||
* Core
|
* Core
|
||||||
- Fixed build error in function calc_dihedral_angle_fast
|
- Fixed build error in function calc_dihedral_angle_fast
|
||||||
@@ -10,16 +10,19 @@ OpenMesh 2.0-RC5 ( Rev 263 ):
|
|||||||
- Provide begin/end functions for circulators
|
- Provide begin/end functions for circulators
|
||||||
- mostream crash fixed (Thanks to Adrian Secord for providing the patch)
|
- mostream crash fixed (Thanks to Adrian Secord for providing the patch)
|
||||||
- added colors to status flags for edges ( request_edge_color ... )
|
- added colors to status flags for edges ( request_edge_color ... )
|
||||||
|
- Fixed issue with wrong normal scalar type when using integer points and float normals (Thanks to Clement Courbet for reporting this bug)
|
||||||
|
|
||||||
* Readers/Writers
|
* Readers/Writers
|
||||||
- Fixed build error in STL writer
|
- Fixed build error in STL writer
|
||||||
- Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)
|
- Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)
|
||||||
- Fixed crash in Offreader with DOS line endings. (Thanks to Adrian Secord for the patch)
|
- Fixed crash in Offreader with DOS line endings. (Thanks to Adrian Secord for the patch)
|
||||||
|
- Fixed obj readers for some files containing tabs
|
||||||
|
|
||||||
* Documentation
|
* Documentation
|
||||||
- Added mesh navigation tutorial
|
- Added mesh navigation tutorial
|
||||||
- Added iterator tutorial
|
- Added iterator tutorial
|
||||||
- Updated tutorial and docu for mesh circulators
|
- Updated tutorial and docu for mesh circulators
|
||||||
|
- Updated tutorial on deleting geometry
|
||||||
- Examples for flipping and collapsing edges
|
- Examples for flipping and collapsing edges
|
||||||
- Fixed a lot of doxygen warnings
|
- Fixed a lot of doxygen warnings
|
||||||
- Fixed some spellings
|
- Fixed some spellings
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>2.0-RC5</b> (?/?/?,Rev.263)</td><td>
|
<tr valign=top><td><b>2.0-RC5</b> (?/?/?,Rev.273)</td><td>
|
||||||
|
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
<li>Provide begin/end functions for circulators</li>
|
<li>Provide begin/end functions for circulators</li>
|
||||||
<li>mostream crash fixed (Thanks to Adrian Secord for providing the patch)</li>
|
<li>mostream crash fixed (Thanks to Adrian Secord for providing the patch)</li>
|
||||||
<li>added colors to status flags for edges ( request_edge_color ... )</li>
|
<li>added colors to status flags for edges ( request_edge_color ... )</li>
|
||||||
|
<li>Fixed issue with wrong normal scalar type when using integer points and float normals ( Thanks to Clement Courbet for reporting this bug)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Readers/Writers</b>
|
<b>Readers/Writers</b>
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
<li>Fixed build error in STL writer</li>
|
<li>Fixed build error in STL writer</li>
|
||||||
<li>Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)</li>
|
<li>Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)</li>
|
||||||
<li>Fixed crash in Offreader with DOS line endings. (Thanks to Adrian Secord for the patch)</li>
|
<li>Fixed crash in Offreader with DOS line endings. (Thanks to Adrian Secord for the patch)</li>
|
||||||
|
<li>Fixed obj readers for some files containing tabs</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Documentation</b>
|
<b>Documentation</b>
|
||||||
@@ -30,6 +32,7 @@
|
|||||||
<li>Added mesh navigation tutorial</li>
|
<li>Added mesh navigation tutorial</li>
|
||||||
<li>Added iterator tutorial</li>
|
<li>Added iterator tutorial</li>
|
||||||
<li>Updated tutorial and docu for mesh circulators</li>
|
<li>Updated tutorial and docu for mesh circulators</li>
|
||||||
|
<li>Updated tutorial on deleting geometry</li>
|
||||||
<li>Examples for flipping and collapsing edges</li>
|
<li>Examples for flipping and collapsing edges</li>
|
||||||
<li>Fixed a lot of doxygen warnings</li>
|
<li>Fixed a lot of doxygen warnings</li>
|
||||||
<li>Fixed some spellings</li>
|
<li>Fixed some spellings</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user