Updated Changelogs
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@218 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
10
CHANGELOG
10
CHANGELOG
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#============================================================================================
|
#============================================================================================
|
||||||
|
|
||||||
OpenMesh 2.0-RC4 ( Rev 213 ):
|
OpenMesh 2.0-RC4 ( Rev 218 ):
|
||||||
* Core
|
* Core
|
||||||
- Added function for direct access to property vectors
|
- Added function for direct access to property vectors
|
||||||
- Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.
|
- Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.
|
||||||
@@ -11,8 +11,9 @@ OpenMesh 2.0-RC4 ( Rev 213 ):
|
|||||||
* Readers/Writers
|
* Readers/Writers
|
||||||
- Fixed reading ply files with unknown properties
|
- Fixed reading ply files with unknown properties
|
||||||
- Added support for texture coordinates in ply files
|
- Added support for texture coordinates in ply files
|
||||||
- OMFromat -> Fixed empty template parameter issue under msvc
|
- OMFromat -> Fixed empty template parameter issue under msvc
|
||||||
- OBJReader -> fixed loading multiple objs with material files
|
- OBJReader -> Fixed loading multiple objs with material files
|
||||||
|
- OBJWriter -> Fixed writing of normals, Missing / when skipping texture coordinates
|
||||||
|
|
||||||
|
|
||||||
* Build system
|
* Build system
|
||||||
@@ -36,6 +37,9 @@ OpenMesh 2.0-RC4 ( Rev 213 ):
|
|||||||
- Other minor fixes
|
- Other minor fixes
|
||||||
- Added tutorials as compileable source code
|
- Added tutorials as compileable source code
|
||||||
|
|
||||||
|
* Misc
|
||||||
|
- Updated debian dir to build debs (Thanks to Jean Pierre Charalambos)
|
||||||
|
|
||||||
|
|
||||||
OpenMesh 2.0-RC3 ( Rev 138 ):
|
OpenMesh 2.0-RC3 ( Rev 138 ):
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?)</td><td>
|
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?,Rev.218)</td><td>
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li> Added function for direct access to property vectors</li>
|
<li> Added function for direct access to property vectors</li>
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
<li> Added support for texture coordinates in ply files</li>
|
<li> Added support for texture coordinates in ply files</li>
|
||||||
<li> OMFromat -> Fixed empty template parameter issue under msvc</li>
|
<li> OMFromat -> Fixed empty template parameter issue under msvc</li>
|
||||||
<li> OBJReader -> fixed loading multiple objs with material files</li>
|
<li> OBJReader -> fixed loading multiple objs with material files</li>
|
||||||
|
<li> OBJWriter -> Fixed writing of normals, Missing / when skipping texture coordinates</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Build system</b>
|
<b>Build system</b>
|
||||||
@@ -47,6 +48,12 @@
|
|||||||
<li> Added tutorials as compileable source code</li>
|
<li> Added tutorials as compileable source code</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<b>Misc</b>
|
||||||
|
<ul>
|
||||||
|
<li> Updated debian dir to build debs (Thanks to Jean Pierre Charalambos)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|||||||
Reference in New Issue
Block a user