Arnold
email John.Draisey@gmail.com
VDB Attribute Diagnostics
An easy way to diagnose the maximum Density, Heat, etc of VDB file is to open the Houdini texport and type:
echo `volumemax('/obj/fire/convertvdb1', 0)`
Here is a breakdown of the structure of that command:
echo `volumemax('geo node name', attribute array identifier, such as 0, 1, 2, 3 for things like heat, density, etc)`