Files
mes123456 0fe8d2bb56
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions
Advance M8-M11 parity workflows
2026-08-17 04:37:07 -04:00
..
2026-08-17 04:37:07 -04:00

VDB Desktop/Server Toolchain

This directory is the native OpenVDB boundary for the Web application. It is not linked into the browser WASM build.

tools/vdb/provision-resources.sh
npm --prefix web run test:vdb-native

The provisioner builds two native executables, generates real bounded OpenVDB fixtures once without overwriting their UUID-bearing source files, downloads the official CC-BY-4.0 sphere.vdb sample with its Git LFS SHA-256, converts the fixtures with OpenVDB 13.0/NanoVDB 32.9, and writes the resources under /home/mes123456/resource-library/blender-web-vdb.

vdb_to_nanovdb accepts only .vdb, limits source/output bytes, grid count and active voxels, supports a grid allowlist, writes uncompressed standard NanoVDB segments, and emits a machine-readable conversion report. The current browser renderer remains blocked; these tools establish the conversion and resource boundary only.