Unity-Technologies / VFXToolbox

Additional tools for Visual Effect Artists
Other
1.15k stars 108 forks source link

Point Cache Animation #13

Closed eastsidejapan closed 4 years ago

eastsidejapan commented 4 years ago

I have a point cloud that follows my alembic animation. I was trying to export the point cloud with animation but it looks like it only exports out the first frame or the current frame the timeline is on. Does the Houdini pCache exporter have support for animation?

peeweek commented 4 years ago

Hello, pCache animation in a single file is not supported at the moment but is planned for a future point cache update.

Right now, what you can do is to export one pCache file per frame using houdini wildcards in the file name (for instance $HIP/MyPointCache_$F3.pcache (regarding wildcards $F means frame number and $F3 add leading zeroes in order to have 3-digits, for instance 001, 013, 134).

sambeebe commented 3 years ago

Exporting multiple pCache is fine, does anyone know how to actually loop through multiple pcaches in Unity?

Conflagz commented 11 months ago

Does anyone have a good process for looping through each frame yet?