Releases: AcademySoftwareFoundation/openvdb
OpenVDB 13.0.0
Highlights from this release:
- OpenVDB now includes in-memory support for Half Grids and the file format has been extended to add I/O serialization for half grids. More work is planned on adapting algorithms when using Half Grids for better performance and improved precision.
- NanoVDB is no longer limited to static applications, such as rendering, but can increasingly be applied to problems that involve dynamic topology, such as level set tracking, grid building, morphology operations and merging of grids. This is due to the fact that we keep adding more and more tools to NanoVDB that facilitates tree modification. However, unlike OpenVDB, these operations generate new NanoVDB grids (as oppose to in-palace modifications in OpenVDB), yet are typically much faster since they are performed on the GPU. Many of these exciting new features are the foundation of fVDB.
See the release notes for more details.
OpenVDB 12.1.1
This is a patch release to fix a performance regression in OpenVDB AX, and a build issue with Houdini 21.X.
See the release notes for more details.
OpenVDB 12.1.0
Highlights from this release:
- New tools to construct level sets, including
tools::createLevelSetCapsule,tools::createLevelSetTaperedCapsule,tools::createLevelSetTubeComplexandtools::createLevelSetDilatedMesh. - New
points::pcatool to perform principal component analysis on point distributions. - New and improved
point::rasterizeSdfsurfacing tools, including anisotropic surfacing operators. - Significantly improved the performance of LeafNode ValueIterators and delay-loaded file reads.
- Added support for LLVM 16+ for OpenVDB AX.
See the release notes for more details.
OpenVDB 12.0.1
See the release notes for more details.
fvdb_v0.2.1
What's Changed
- Fix bug where image cropping wasn't working in Gaussian Splatting
- Environment definition files moved to using
conda-forgechannel frompytorch,nvidiachannels - Added cmake infrastructure for unit tests
setup.pyfixes for missing modules and issues when cudnn download is interrupted- Small quality-of-life improvements to 3dgs code
OpenVDB 12.0.0
See the release notes for more details.
OpenVDB 11.0.0
"See the release notes for more details."
OpenVDB 10.1.0
Highlights from this release:
- OpenVDB Python bindings are now implemented using pybind11 instead of Boost.Python. [Contributed by Matthew Cong]
See the release notes for more details.
OpenVDB 10.0.1
This is a patch release to fix an issue with VolumeToMesh.
See the release notes for more details.
OpenVDB 10.0.0
Highlights of the release:
-
Introducing OpenVDBLink, which provides a Mathematica interface to OpenVDB.
-
Introducing a new command line tool, dubbed vdb_tool, that can combine any number of the high-level tools available in openvdb/tools.
See the release notes for more details.