openvdb
No description set
- Sources inherited from project home:frispete:blender
- Links to graphics / openvdb
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maddie:graphics/openvdb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000153 153 Bytes | |
openvdb-7.0.0.tar.gz | 0001872744 1.79 MB | |
project.diff | 0000005590 5.46 KB |
Revision 4 (latest revision is 23)
Hans-Peter Jansen (frispete)
committed
(revision 4)
- Version 7.0.0 - December 6, 2019 Some changes in this release (see "ABI changes" below) alter the grid ABI so that it is incompatible with earlier versions of the OpenVDB library, such as the ones built into Houdini up to and including Houdini 18.0. To preserve ABI compatibility, when compiling OpenVDB or any dependent code define the macro OPENVDB_ABI_VERSION_NUMBER=N, where, for example, N is 5 for Houdini 17.0 and 17.5 and 6 for Houdini 18.0. As of this release, a C++14 compiler is required and the oldest supported Houdini version is 17.0. New features: - LevelSetMeasure can now compute multiple types of curvatures (averge and total Gaussian and mean curvature) as well as Euler characteristic and genus of level set surfaces. - Most stencil classes now have an intersection method that detcts the axial directions of zero-crossings (as oppose to the existing boolean intersection test). - The CurvatureStencil can now compute Gaussian and principal curvatures (in addition to mean curvature). - Added Tree::nodeCount, which counts the number and type of nodes in a tree very efficiently. - Added new RootNode::addChild() and InternalNode::addChild() methods to allow the insertion of child nodes directly. Improvements: - The minimum ABI for OpenVDB is now always enforced through CMake separately from other minimum dependency version variables. - Added support for CMake 3.12 compatible Xxx_ROOT variables. - Replaced the CMake USE_SYSTEM_LIBRARY_PATHS option with DISABLE_CMAKE_SEARCH_PATHS and removed the hard coded list of SYSTEM_LIBRARY_PATHS in favor of using CMake's default search procedure. SYSTEM_LIBRARY_PATHS can still be used as a global list of paths for all
Comments 0