ROP in compile

   1486   3   0
User Avatar
Member
12 posts
Joined: March 2019
Offline
Hi everyone,

I do a cop process in sop context, inside a subnet inside a for-each loop

I already know how to auto-ROP an image using python at each loop.

Is there a way to auto-ROP if I put my loop in a compile node ? (python node isn't compile-compatible)

Cheers
User Avatar
Member
7755 posts
Joined: Sept. 2011
Offline
absolutely not!

Consider unrolling your loop so that each 'frame' is a different loop iteration, and use a shell rop to set the iteration value and execute the rop for that loop iteration.
User Avatar
Member
8538 posts
Joined: July 2007
Offline
You can also use TOPs to process multiple iterations in parallel instead of compiled foreach
Edited by tamte - Aug. 5, 2022 13:43:29
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
12 posts
Joined: March 2019
Offline
ok thanks. I already know about PDG but the overhead is too much for my purpose.
I'll dig into this shell thingy; never used that before.

cheers !
  • Quick Links