diff --git a/Documentation/DeveloperHelpSources/changelog.docu b/Documentation/DeveloperHelpSources/changelog.docu index ec3b134c0f5b35735b7dc117801b23795805f750..1209712059cda5e032553fc178d15b8cc2365676 100644 --- a/Documentation/DeveloperHelpSources/changelog.docu +++ b/Documentation/DeveloperHelpSources/changelog.docu @@ -1,6 +1,6 @@ /*! \page changelog Changelog -- OpenFlipper 1.4 ( ?? , 16416 ) +- OpenFlipper 1.4 ( 2013.03.05 , 16459 ) - Significant interface changes and Bugfixes - Interface: Don't use allow addEmpty in FileInterface anymore (deprecated long time ago and basically unused! The type plugins handle this signal anyway.) - Interface: Renamed and extended functions to block scenegraph updates. OpenFlipper::Options::loadingSettings replaced by @@ -83,6 +83,7 @@ - Feature: add hotkeys toogle the visibility of the tool/menubar - Modification: Changed Show Hide Toolbar key to N - Added Renderer Info and Postprocessor Info widgets to check the new renderers + - Moved fov mouse wheel to ctrl key + wheel. - Help Browser: - Unregister old doc files correctly - Fixed startpage for windows @@ -158,13 +159,20 @@ - Read output from bundler (SplatCloud, Cameras) - File PLY - Fixed wrong casting of colors ( written files contained only black and white colors + - Adjusted PLY writer to be dataformat compliant + - File OBJ + - Fixed OBJ reader crash on files with only points (points are treated as vertices of a polymesh now) - File Off - Fixed reading of some binary files, which were not opened correctly + - File VTK + - Added open volume mesh support for vtk reader - Isotropic Remesher - Increased toolbox maximum - Info Mesh Object - Use a hash map to cash the target objects to avoid linear time lookup for the targets - Don't show genus, when the object is not closed + - Info VolumeMesh + - Added Plugin-InfoVolumeMeshObject. Only very limited support. - Material Picker - New Plugin to store and set materials on objects - MeshRepair @@ -173,6 +181,7 @@ - Added fix topology function - Added a function to fix a mesh by snapping vertices in a specific range into one vertex - Increased maximal values for the spin boxes + - UI Cosmetics - Move - Added scripting function for the transformation of handle vertices. - fixed a problem with applying the manipulator transformation to all targets @@ -228,6 +237,8 @@ - Don't build file plugins, if their data type is missing - Added plugin cmake option to pass definitions seperate from flags. - Added option to pass definitions from finder directly via plugin dependencies + - Added target OpenFlipper_package on mac, which calls fixbundle first. + - fixbundle is no longer called automatically on mac. - OpenFlipper 1.3 ( 2012.07.16 , 15046 ) - ACG