Nick Avramoussis
Nick Avramoussis
Hi all, Could we please get all the OpenVDB images updated to use Blosc 1.17.0 (bumped from the current 1.5.0)? Thanks! Nick
Signed-off-by: Nick Avramoussis The Houdini CI needs fixing for VDB10/VFX2021
Issue created to track this comment thread: https://github.com/AcademySoftwareFoundation/openvdb/commit/ac841ea1051e21b9978f1d5f6d7b732b837459b6#commitcomment-81933648 Essentially if you only have a RootNode->LeafNodes (i.e. no InternalNodes) then the LeafManager fails to cache the LeafNodes
This is a proof of concept PR following on from #1426 but instead focusing on the `ValueAccessors`. This PR only updates `ValueAccessor3` which is used by the default set of...
New: - Introduced anisotropic surfacing tools in points/PointRasterizeSDF.h and principal component analysis (PCA) methods in points/PrincipalComponentAnalysis.h. The latter tool analyses point neighborhoods and computes affine transformations representing elliptical distributions. The...
Re-creating this so that we don't lose visibility on it. It currently cannot be merged due to https://github.com/AcademySoftwareFoundation/openvdb/issues/1700
Signed-off-by: Nick Avramoussis Closes #1272
New Features: - OpenVDB now includes a copy of Agner Fog's VectorClass Library (VCL) for the use of generically wrapped SIMD intrinsics throughout the core library. VCL supports intel ISA...