I'm creating a collision proxy for a smoke sim and a particle sim. It seems like it would make sense to use a VDB for collision. I have an animated VDB and I've cached it to disk.
Now that it's saved to disk, I'd like to add substeps to its motion so that it has the same number of substeps as the simulations I'm running. However, when using the retime node and setting substeps to 10, for example, I find that the vdb is only updated once a frame.
Why set the substeps to 10? I think you may not have 10 available interpolated cache geo to reference by retime node. So 1 for substeps should be you need, and I just post a simple file, hope it helps.