Updated changelog
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@397 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
10
CHANGELOG
10
CHANGELOG
@@ -2,7 +2,15 @@
|
|||||||
|
|
||||||
#============================================================================================
|
#============================================================================================
|
||||||
|
|
||||||
OpenMesh 2.0.2 ( Rev 389 ):
|
OpenMesh 2.0.2 ( Rev 396 ):
|
||||||
|
* Core
|
||||||
|
- Implemented is_collapse_ok for polymeshes
|
||||||
|
- Implemented split_edge ( split(edgehandle,vertexhandle) ) for poly meshes
|
||||||
|
- Fixed compiler error because of extra ','
|
||||||
|
- Fixed some compiler warnings
|
||||||
|
|
||||||
|
* IO
|
||||||
|
- OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)).
|
||||||
|
|
||||||
|
|
||||||
OpenMesh 2.0.1 ( Rev 389 ):
|
OpenMesh 2.0.1 ( Rev 389 ):
|
||||||
|
|||||||
@@ -8,7 +8,20 @@
|
|||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
|
|
||||||
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.389)</td><td>
|
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.396)</td><td>
|
||||||
|
|
||||||
|
<b>Core</b>
|
||||||
|
<ul>
|
||||||
|
<li>Implemented is_collapse_ok for polymeshes</li>
|
||||||
|
<li>Implemented split_edge ( split(edgehandle,vertexhandle) ) for poly meshes</li>
|
||||||
|
<li>Fixed compiler error because of extra ','</li>
|
||||||
|
<li>Fixed some compiler warnings</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<b>IO</b>
|
||||||
|
<ul>
|
||||||
|
<li>OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)).</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user