Is there a way to animate the voxel size over time?
Nothing built-in, but you could change it by MAXScript and call render() in a loop…
The property can be set via
FranticParticles.SetProperty “VoxelSize” (theValue as string)
where theValue is the voxel size you want.
Oh good idea, thanks