Skip to content

Releases: AcademySoftwareFoundation/openvdb

OpenVDB 13.0.0

Choose a tag to compare

@danrbailey danrbailey released this 04 Nov 00:10

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

Choose a tag to compare

@Idclip Idclip released this 30 Sep 08:27

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

Choose a tag to compare

@Idclip Idclip released this 08 Aug 05:29

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.

OpenVDB 12.0.1

Choose a tag to compare

@Idclip Idclip released this 03 Apr 05:40

See the release notes for more details.

fvdb_v0.2.1

fvdb_v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@swahtz swahtz released this 22 Jan 21:46
06f003e

What's Changed

  • Fix bug where image cropping wasn't working in Gaussian Splatting
  • Environment definition files moved to using conda-forge channel from pytorch, nvidia channels
  • Added cmake infrastructure for unit tests
  • setup.py fixes for missing modules and issues when cudnn download is interrupted
  • Small quality-of-life improvements to 3dgs code

OpenVDB 12.0.0

Choose a tag to compare

@danrbailey danrbailey released this 01 Nov 05:38

See the release notes for more details.

OpenVDB 11.0.0

Choose a tag to compare

@danrbailey danrbailey released this 01 Nov 23:28
6c044e6

"See the release notes for more details."

OpenVDB 10.1.0

Choose a tag to compare

@apradhana apradhana released this 11 Oct 18:24
87a508c

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

Choose a tag to compare

@Idclip Idclip released this 30 Nov 08:36

This is a patch release to fix an issue with VolumeToMesh.

See the release notes for more details.

OpenVDB 10.0.0

Choose a tag to compare

@apradhana apradhana released this 28 Oct 00:15
be0e7a7

Highlights of the release:

See the release notes for more details.