Changelog History
Page 1
-
v13.0.0 Changes
November 04, 2025๐ 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.
-
v12.1.1 Changes
September 30, 2025๐ 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.
-
v12.1.0 Changes
August 08, 2025๐ 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.
- ๐ New tools to construct level sets, including
-
v12.0.1 Changes
April 03, 2025See the release notes for more details.
-
v12.0.0 Changes
November 01, 2024See the release notes for more details.
-
v11.0.0 Changes
November 01, 2023"See the release notes for more details."
-
v10.1.0 Changes
October 11, 2023๐ 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.
-
v10.0.1 Changes
November 30, 2022๐ This is a patch release to fix an issue with VolumeToMesh.
See the release notes for more details.
-
v10.0.0 Changes
October 28, 2022๐ 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.
-
v7.1.0 Changes
August 13, 2020๐ Highlights of this release:
- ๐ new fast sweeping methods that outperform existing techniques for computing signed distance fields in addition to supporting velocity extension
- ๐ various improvements and bug fixes to core library and Houdini toolkit
- โ removed dependency on boost mpl and boost thread
- ๐ improvements to the CMake build system
See the release notes for a complete list of changes.