Load VDB

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

Installation

To use this node enable omni.volume_nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Asset Path (inputs:assetPath)

token

Path to VDB file to load.

Exec In (inputs:execIn)

execution

Input execution

None

Grid Name (inputs:gridName)

token

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

None

Outputs

Name

Type

Descripton

Default

Data (outputs:data)

uint[]

Data loaded from VDB file in NanoVDB memory format.

None

Exec Out (outputs:execOut)

execution

Output execution

None

Metadata

Name

Value

Unique ID

omni.volume.LoadVDB

Version

1

Extension

omni.volume_nodes

Has State?

True

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

tags

VDB

uiName

Load VDB

__tokens

{}

Categories

Omni Volume

Generated Class Name

LoadVDBDatabase

Python Module

omni.volume_nodes