Turn Wedge Index into a sequence

   1528   2   0
User Avatar
Member
2 posts
Joined: July 2016
Offline
Hi all,

I'm trying to turn all my wedge iterations into a sequence. Here's my exemple to explain :

I have 72 wedgeindex (iterations) if I want to cache them using a rop geo it means that it will load my scene 72 times.
What I'm trying to do is to create a sequence with those wedgeindex (wedgeindex1 appear frame1, wedgeindex2 appear frame2 etc...).
This would give me the oppertunity to load my scene only once and cache them like a simulation by ticking "All frames in One Batch".

Thanks

Attachments:
March_11_2022_15.41_Kylian_Maupoint_Inc_3840_2080.png (630.6 KB)

User Avatar
Staff
585 posts
Joined: May 2014
Offline
The quickest way to do that is to use an Attribute Create after the Wedge, which can set the work item frame and add a range attribute. Set the Frame field on the attribute create to @wedgeindex, and create a range attribute with 3 components set to 1, @wedgetotal and 1:

Attachments:
Screenshot from 2022-03-14 13-50-12.png (24.0 KB)

User Avatar
Member
2 posts
Joined: July 2016
Offline
Thank you very much that's exactly what I was looking for
  • Quick Links