VDBReader
Read a VDB from a file and puts it in a memory buffer.
Inputs
Name |
Type |
Description |
Default |
|---|---|---|---|
inputs:exec_in |
|
Execution Input. |
0 |
inputs:frame_number |
|
Frame Number. |
|
inputs:input_filename |
|
Input Open/Nano/NeuralVDB Filename (%d acts as a placeholder for the frame number). |
|
inputs:dither |
|
Apply Dithering to OpenVDB during Blocked Compression. |
false |
inputs:quantize |
|
Quantize Float Grids with Specified Bits. |
None |
allowedTokens |
None,4 Bits,8 Bits,16 Bits,Variable Bit Depth. |
||
inputs:absolute_tolerance |
|
Use Absolute Tolerance when Variable Bit Depth Quantization is Enabled. |
false |
inputs:tolerance |
|
Tolerance for Quantization. |
0 |
inputs:batch_size |
|
Batch Size for Decoding NeuralVDB. |
65536 |
inputs:device_ids |
|
Device IDs to Use for Decoding NeuralVDB (Delimiter: ‘,’). |
0 |
Outputs
Name |
Type |
Description |
Default |
|---|---|---|---|
outputs:exec_out |
|
Execution Output. |
0 |
outputs:grid |
|
Output NanoVDB Grid. |