ComfyUI Node
BD Export OVoxel
Export VOXELGRID to o_voxel's native .vxz compressed format. Saves the voxelgrid as a compressed sparse voxel octree (.vxz) alongside a mesh sidecar (.mesh.npz) containing the original high-poly mesh data. Both files are required to reload the full VOXELGRID with BD_LoadOVoxel. Compression options: - zstd: Fast compression/decompression, good ratio (recommended) - lzma: Best compression ratio, slower - deflate: Standard zlib, moderate speed/ratio
BD Export OVoxel
- voxelgrid
- vxz_path
- status
◄output_dirmesh_export►
◄filenamevoxelgrid►
◄compressionzstd►
Category🧠BrainDead/Mesh
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| voxelgrid | VOXELGRID | VOXELGRID from TRELLIS2 texture generation | |
| output_dir | STRING | mesh_export | Output directory name (relative to ComfyUI output/) |
| filename | STRING | voxelgrid | Base filename (without extension) |
| compression | COMBO | zstd | Compression algorithm (zstd=fast, lzma=smallest, deflate=standard) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| vxz_path | STRING | — |
| status | STRING | — |