Hi, this is a basic question but I have spent hours and didn't see the answer anywhere.
I have some geo packed and ready for a rigidbody simulation, but i want to cotrol when the geo start to simulate.
So I put a wrangle node to control it, for example: I want to start in the third frame:
i@active=0;
if ($F>3){
i@active=1;
}
But in the Dopnet, it never starts. In the spreadsheet active keeps 0 and never changes to 1. I tried to put the wrangle in a solver (because it worked for me with working with attribute transfers stuff) but it didn't work either.
I did a simple scene with the problem.
P.S. I know I can change the frame of the start of the sim but actually i would like to have diferents objects with differents starts so I though @active is the way.
Thanks in advance
active_update_question.hip