jamination
2025年4月18日 14:57:04
Tim Van Helsdingen had a great tutorial where he offset the animation of the copies of a alembic file feeding a copytopoints. The attrwrangle looked like this:
setprimintrinsic(0,"abcframe",@ptnum,t,"set");
It works fantasic, however I would like to do the same thing for a file node (cached) that has vdb data. Is this possible?
thanks
Phil
tamte
2025年4月18日 15:08:35
similar, load it as Packed Disk Sequence and then
setprimintrinsic( 0, "index", @primnum, frame );
jamination
2025年4月18日 17:36:43
tamte
similar, load it as Packed Disk Sequence and then
setprimintrinsic( 0, "index", @primnum, frame );
Thanks it did work, however, loading as a packed disk sequence Redshift did not render the vdb. And as you pointed out, loading all geometry does not allow it to be offset. I feel awfully close.