All Versions
21
Latest Version
Avg Release Cycle
168 days
Latest Release
224 days ago

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::createLevelSetTubeComplex and tools::createLevelSetDilatedMesh.
    • ๐Ÿ†• New points::pca tool to perform principal component analysis on point distributions.
    • ๐Ÿ†• New and improved point::rasterizeSdf surfacing 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.

  • v12.0.1 Changes

    April 03, 2025

    See the release notes for more details.

  • v12.0.0 Changes

    November 01, 2024

    See 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:

    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.