diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 6bf32055..776d8b33 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,7 +7,7 @@ -2.2.1 (?/?/?,Rev.688) +2.2.1 (?/?/?,Rev.729) Todo changelogs : 685 @@ -22,6 +22,9 @@
  • Added a function to copy single properties between entities of same type. (Thanks to Duncan Paterson for the patch)
  • Added functions to copy all properties between entities. (Thanks to Duncan Paterson for the patch)
  • Added split copy operations, which copy properties of splitted elements to the newly created ones. ( Thanks to Duncan Paterson for the patch )
  • +
  • Added flag to the property copy functions, if the standard properties should be copied along with the user defined ones
  • +
  • Added function to remove all primitives from the mesh, but leaving properties attached (mesh.clean() )
  • +
  • Avoid double next_halfedge_handle call in collapse_ok
  • Decimater @@ -31,7 +34,9 @@
  • Decimater modules don't need a decimater type as template argument anymore
  • Module parameters renamed
  • Added Decimater base class
  • -
  • Added some OpenMP loops to ModHausdorffT for speedup
  • +
  • Added the set_error_tolerance_factor function to ModBaseT and implemented it in inherited classes as necessary
  • +
  • Removed redundant tests in is_collapse_legal that where already performed in is_collapse_ok
  • +
  • ModHausdorff: Removed unused parameter
  • IO @@ -39,11 +44,14 @@
  • Fixed OBJ Reader not correctly setting per halfedge normals. (Thanks to Patrick Rauber for the report)
  • Fixed bug in halfedge normal computation, where a boundary halfedge was not correctly handled and caused a segfault.
  • Fix: OM Reader used different types on 32/64-bit systems. (Thanks to Martin Bayer for the patch)
  • +
  • STL Reader: Added the functionality to read meshes from istreams
  • +
  • STL Reader: Added the functionality to write meshes to ostreams
  • -IO +Utils @@ -80,6 +88,7 @@
  • Readded missing DOXY_IGNORE_THIS definition to doxygen file
  • Output OpenMesh Build type in cmake header printout
  • Windows: Extended min max warning to allow undefs
  • +
  • Windows: Support DLL build of OpenMesh