Load VDB

Loads a VDB from file and puts it in a memory buffer.

Installation

To use this Node, you must enable omni.volume in the Extension Manager.

Inputs

Name

Type

Description

Default

execIn

execution

Input execution

assetPath

token

Path to VDB file to load.

gridName

token

Optional name of the grid to extract. All grids are extracted if this is left empty.

Outputs

Name

Type

Description

Default

execOut

execution

Output execution

data

uint[]

Data loaded from VDB file in NanoVDB memory format.