Hi!
I wanted to use a solver to detect all the assets visible from my shot camera for the whole timeline. For this, I could speed things up by evaluating at every 10 frames. Currently, the solver sop can only do Sub Steps unless I'm missing something... ?
-Olivier
Solver sop: evaluate every 10 frame? {[SOLVED]}
588 3 0- olivierth
- Member
- 1075 posts
- Joined: April 2017
- Offline
- tamte
- Member
- 8833 posts
- Joined: July 2007
- Online
- olivierth
- Member
- 1075 posts
- Joined: April 2017
- Offline
I found a work around. I basically use a for-each loop to merge every single frame of the animation with a i@frameID. After the for-each loop, I delete the geo with i@frameID I don't want. It's not great but it works.
I also previously tried something similar to what you said. I used a for-each loop with a detail wrangle to calculate a frame (i * 10). I fetch that data in a Timeshift sop with a detail function but no matter what, I get a value of zero...
I also previously tried something similar to what you said. I used a for-each loop with a detail wrangle to calculate a frame (i * 10). I fetch that data in a Timeshift sop with a detail function but no matter what, I get a value of zero...
- olivierth
- Member
- 1075 posts
- Joined: April 2017
- Offline
-
- Quick Links