|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Compression flags, mirroring tinyvdb's without exposing its header. More...
Variables | |
| constexpr uint32_t | ActiveMask = 0x2 |
| constexpr uint32_t | Blosc = 0x4 |
| constexpr uint32_t | Default = Zip | ActiveMask |
| constexpr uint32_t | None = 0x0 |
| constexpr uint32_t | Zip = 0x1 |
Compression flags, mirroring tinyvdb's without exposing its header.
Zip plus ActiveMask is the combination every DCC reads and the one that needs no LZ4 path. Blosc produces smaller files and is what recent OpenVDB writes by default.