Save VDB
Saves 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) |
|
Path to VDB file to save. |
|
Compression Mode (inputs:compressionMode) |
|
The compression mode to use when encoding |
None |
Metadata |
allowedTokens = None,Blosc,Zip |
||
Metadata |
default = None |
||
Data (inputs:data) |
|
Data to save to file in NanoVDB or OpenVDB memory format. |
[] |
Exec In (inputs:execIn) |
|
Input execution |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Out (outputs:execOut) |
|
Output execution |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.volume.SaveVDB |
Version |
1 |
Extension |
omni.volume_nodes |
Has State? |
True |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
tags |
VDB |
uiName |
Save VDB |
__tokens |
{“none”: “None”, “blosc”: “Blosc”, “zip”: “Zip”} |
Categories |
Omni Volume |
Generated Class Name |
SaveVDBDatabase |
Python Module |
omni.volume_nodes |