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 |
|
Input execution |
|
assetPath |
|
Path to VDB file to load. |
|
gridName |
|
Optional name of the grid to extract. All grids are extracted if this is left empty. |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
execOut |
|
Output execution |
|
data |
|
Data loaded from VDB file in NanoVDB memory format. |