Updated Changelogs
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@224 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#============================================================================================
|
#============================================================================================
|
||||||
|
|
||||||
OpenMesh 2.0-RC4 ( Rev 220 ):
|
OpenMesh 2.0-RC4 ( Rev 224 ):
|
||||||
* 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.
|
||||||
@@ -12,6 +12,7 @@ OpenMesh 2.0-RC4 ( Rev 220 ):
|
|||||||
* 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
|
||||||
|
- Add additional interface to readers/writers to use streams directly (allows direct writing to a streams)
|
||||||
- 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
|
- OBJWriter -> Fixed writing of normals, Missing / when skipping texture coordinates
|
||||||
@@ -31,6 +32,7 @@ OpenMesh 2.0-RC4 ( Rev 220 ):
|
|||||||
|
|
||||||
|
|
||||||
* Documentation
|
* Documentation
|
||||||
|
- Updated Documentation Mainpage
|
||||||
- Updated properties tutorial to include all request_... functions
|
- Updated properties tutorial to include all request_... functions
|
||||||
- Updates for build instructions
|
- Updates for build instructions
|
||||||
- Added Tutorial on deleting geometry
|
- Added Tutorial on deleting geometry
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?,Rev.218)</td><td>
|
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?,Rev.224)</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>
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li> Fixed reading ply files with unknown properties</li>
|
<li> Fixed reading ply files with unknown properties</li>
|
||||||
<li> Added support for texture coordinates in ply files</li>
|
<li> Added support for texture coordinates in ply files</li>
|
||||||
|
<li> Add additional interface to readers/writers to use streams directly (allows direct writing to a streams)</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>
|
<li> OBJWriter -> Fixed writing of normals, Missing / when skipping texture coordinates</li>
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
|
|
||||||
<b>Documentation</b>
|
<b>Documentation</b>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li> Updated Documentation Mainpage</li>
|
||||||
<li> Updated properties tutorial to include all request_... functions</li>
|
<li> Updated properties tutorial to include all request_... functions</li>
|
||||||
<li> Updates for build instructions</li>
|
<li> Updates for build instructions</li>
|
||||||
<li> Added Tutorial on deleting geometry</li>
|
<li> Added Tutorial on deleting geometry</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user