2009-02-17 18:38:53 +00:00
|
|
|
|
2009-06-05 06:38:20 +00:00
|
|
|
|
|
|
|
|
#============================================================================================
|
|
|
|
|
|
2009-10-16 14:00:34 +00:00
|
|
|
OpenMesh 2.0-RC4 ( Rev 213 ):
|
2009-09-02 15:33:07 +00:00
|
|
|
* Core
|
|
|
|
|
- Added function for direct access to property vectors
|
|
|
|
|
- Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.
|
2009-09-28 12:17:20 +00:00
|
|
|
- Fixed bug in handle() function when getting handle from given Halfedge (Thanks to Rob Patro)
|
2009-09-02 15:33:07 +00:00
|
|
|
|
|
|
|
|
* Readers/Writers
|
|
|
|
|
- Fixed reading ply files with unknown properties
|
|
|
|
|
- Added support for texture coordinates in ply files
|
|
|
|
|
- OMFromat -> Fixed empty template parameter issue under msvc
|
|
|
|
|
- OBJReader -> fixed loading multiple objs with material files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Build system
|
|
|
|
|
- Added missing c files
|
|
|
|
|
- Build shared and static version under linux (cmake)
|
|
|
|
|
- Added -DBUILD_APPS=OFF cmake flag to skip building of apps (cmake)
|
|
|
|
|
- Added install target (cmake)
|
|
|
|
|
- Added doc target (cmake)
|
|
|
|
|
- Added doc-install target (cmake)
|
|
|
|
|
- Generate sonames under linux (cmake)
|
|
|
|
|
- Debian build dir for building Debian packages (Thanks to Jean Pierre Charalambos)
|
|
|
|
|
- Package generator for windows. Builds an setup file containing precompiled static libs and includes for windows.
|
2009-10-16 14:00:34 +00:00
|
|
|
- Throw warning if a min or max macro is defined under windows and suggest NOMINMAX (Thanks to Ingo Esser)
|
2009-09-02 15:33:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
* Documentation
|
|
|
|
|
- Updated properties tutorial to include all request_... functions
|
|
|
|
|
- Updates for build instructions
|
|
|
|
|
- Added Tutorial on deleting geometry
|
|
|
|
|
- Fixed Traits example
|
|
|
|
|
- Other minor fixes
|
2009-09-28 12:17:20 +00:00
|
|
|
- Added tutorials as compileable source code
|
2009-09-02 15:33:07 +00:00
|
|
|
|
|
|
|
|
|
2009-06-04 08:56:04 +00:00
|
|
|
OpenMesh 2.0-RC3 ( Rev 138 ):
|
2009-05-04 06:55:09 +00:00
|
|
|
|
2009-06-04 08:45:37 +00:00
|
|
|
* License
|
|
|
|
|
- Relicense under LGPL v3 with additional exception for template inclusion
|
|
|
|
|
|
2009-05-04 06:55:09 +00:00
|
|
|
* Readers/Writers
|
|
|
|
|
- PLY writer fix ( thanks to Marc Hugi )
|
2009-05-04 12:51:33 +00:00
|
|
|
- PLY reader fix ( wrong parsing of uchar binary data )
|
2009-06-04 08:45:37 +00:00
|
|
|
- PLY reader warnings fix ( thanks to Ilya A. Kriveshko )
|
|
|
|
|
- OBJ Reader now stores texture information in additional Mesh properties
|
2009-05-04 06:55:09 +00:00
|
|
|
- OBJ reader/writer fixes
|
|
|
|
|
|
|
|
|
|
* Tools
|
|
|
|
|
- Smoother now respects feature primitives
|
2009-06-04 08:45:37 +00:00
|
|
|
- Decimater improvements and fixes ( thanks to Ilya A. Kriveshko )
|
2009-05-04 06:55:09 +00:00
|
|
|
|
|
|
|
|
* Build system:
|
|
|
|
|
- Updated directory structure
|
|
|
|
|
- Changed libnames to libOpenMesh and libOpenMeshTools
|
|
|
|
|
- cmake support
|
|
|
|
|
- bugfixes to qmake build system
|
2009-05-04 07:08:12 +00:00
|
|
|
- Keep some basic ACGMake files around ( acgmake is deprecated!! We will not provide support for it! Please use cmake or qmake instead. )
|
2009-02-17 18:38:53 +00:00
|
|
|
|
2009-05-04 06:55:09 +00:00
|
|
|
* Other
|
|
|
|
|
- Fixed some warnings with latest gcc
|
|
|
|
|
- Per halfedge texture coordinates added
|
|
|
|
|
- Extended functions to get available properties
|
|
|
|
|
|
|
|
|
|
#============================================================================================
|
|
|
|
|
|
|
|
|
|
OpenMesh 2.0-RC2 ( Rev. 79 ):
|
2009-02-17 11:54:12 +00:00
|
|
|
- Fix for OBJ reader not reading texture coordinates correctly ( Thanks to Kamalneet Singh )
|
|
|
|
|
- Fixed included Visual Studio files
|
2009-02-06 13:37:46 +00:00
|
|
|
|
2009-05-04 06:55:09 +00:00
|
|
|
#============================================================================================
|
|
|
|
|
|
2009-02-17 11:54:12 +00:00
|
|
|
OpenMesh 2.0-RC1:
|
2009-02-06 13:37:46 +00:00
|
|
|
- Reader / writer have been updated
|
|
|
|
|
- Some general bugfixes
|
|
|
|
|
- The usage of acgmake has become deprecated since the last release.
|
|
|
|
|
It has been entirely replaced by qmake.
|
|
|
|
|
- Credits to Simon Floery, Canjiang Ren, Johannes Totz, Leon Kos,
|
|
|
|
|
Jean Pierre Charalambos, Mathieu Gauthier
|