Houdini 20.5 Nodes Geometry nodes

Labs ZibraVDB Decompress 1.0 geometry node

Loads a single .zibravdb file from disk and decompresses it as a VDB sequence.

On this page
Since 20.5

As a part of the ZibraVDB for Houdini plugin, this node loads a single, highly compressed .zibravdb file from disk. The file may contain either a single frame or a frame sequence of VDB geometry. In both cases, the entire sequence is loaded at once, with frames decompressed on demand using a frame index parameter.

This significantly speeds up playback for high-resolution VDBs by eliminating the need to load one frame from disk at a time. Additionally, the total size of the data to be loaded is much smaller. The decompression occurs on the GPU and is extremely fast.

Mac

ZibraVDB for Houdini is currently only supported on Windows and Linux.

Getting Ready

Download ZibraVDB Core Library

The plugin requires the ZibraVDB core library on the back end. (This library and its source code are proprietary to Zibra AI and, therefore, are not included directly in the open-source SideFX Labs package.) The plugin has a built-in method to download this core library, which only needs to be done once (per working environment).

  1. Click the Open Plugin Management button on any ZibraVDB node. A pop-up window will appear.

  2. Click the Download Library button. You will be redirected to a ZibraVDB for Houdini webpage.

  3. Download the ZibraVDB Compression Library from the webpage.

  4. Unpack the contents of the archive into the Houdini user preference directory:

    • On Windows, the default location is %userprofile%/documents/houdiniX.Y.

    • On Linux, the default location is $HOME/houdiniX.Y.

  5. Return to Houdini and click the Load Library button in the Plugin Management window. You should now see the Library status as “Loaded”, along with the library version.

Acquire License Key

There are 5 free compressions before you need to purchase a license key to continue using the plugin.

  1. Purchase a license key on the Zibra AI website.

  2. Open Houdini and click the Open Plugin Management button on any ZibraVDB node.

  3. Enter your license key string (not the file path) in the License key field.

  4. Click the Set License Key button. You should now see Activation status as “Activated”.

About ZibraVDB

ZibraVDB is a cutting-edge VDB compression and real-time rendering technology developed by Zibra AI. The compression can currently achieve up to 97–99% reduction in VDB file size with minimal quality loss. The proprietary .zibravdb file format captures an entire VDB sequence in a single file, which can be loaded into applications such as Houdini or Unreal Engine, decompressed on the GPU in real time, and played back in the viewport at speeds significantly faster than native solutions.

For artists, this provides a memory-efficient, high-performance volumetric data pipeline that seamlessly integrates into existing workflows.

It significantly reduces storage costs, improves volumetric data I/O speeds, and ultimately makes it easier and more practical to share working projects and distribute final products containing high-fidelity volumetric effects.

ZibraVDB for Houdini, contributed by Zibra AI, is a SideFX Labs plugin that brings ZibraVDB’s compression, decompression, and accelerated playback capabilities into Houdini’s ecosystem.

Additionally, the compressed .zibravdb files can be used with ZibraVDB for UE. This empowers artists to bring stunning volumetric effects created in Houdini to Unreal Engine and render them efficiently as full 3D ray-marched volumes in real time.

Feedback and Support

If you have any questions, issues, or feedback, please reach out to ZibraVDB Support.

You can also contact SideFX Support and mention that the issue should be directed to the SideFX Labs team.

Parameters

Input File

The file path from which to load the compressed VDB geometry. The file extension must be .zibravdb.

Sequence Frame

The original Houdini frame number when the cache was compressed. For example, if your VDB sequence was originally cached from frame 1001 to 1240, set this to 1001 to decompress and display the first frame of the sequence.

Reload Cache

Forces a reload of the .zibravdb file from disk and refreshes the decompressed frame.

Open Plugin Management

Opens the Plugin Management window to view the plugin’s info, manage core library, and configure license.

Examples

Tip

When viewing in Houdini’s Help Browser, please copy the example file’s URL to a regular browser to proceed with the download.

See also

Geometry nodes