AntoineSfx Posted November 30, 2017 Share Posted November 30, 2017 (edited) I have several DOP networks, which don't overlap, whether over time or in space. I've found a start frame to not have the simulation run before a given frame, but how can I have a stop frame ? I want to keep the sim as it is , after a given frame. Edited November 30, 2017 by AntoineSfx Quote Link to comment Share on other sites More sharing options...
Jesper Rahlff Posted December 1, 2017 Share Posted December 1, 2017 after your convert your information from dop to sop level, yoou can put down a switch with input 0 being your sim and input 1 being a timeshift node holding a given frame and then input $F > *frame numberrr* in the switch 1 Quote Link to comment Share on other sites More sharing options...
AntoineSfx Posted December 2, 2017 Author Share Posted December 2, 2017 20 hours ago, Jesper Rahlff said: after your convert your information from dop to sop level, yoou can put down a switch with input 0 being your sim and input 1 being a timeshift node holding a given frame and then input $F > *frame numberrr* in the switch This is working, but I assume this doesn't stop the sim from being computed ? Quote Link to comment Share on other sites More sharing options...
Guest tar Posted December 2, 2017 Share Posted December 2, 2017 (edited) 32 minutes ago, AntoineSfx said: This is working, but I assume this doesn't stop the sim from being computed ? The sim is not computed as the node graph is evaluated from the bottom to the top to see what needs to be processed. Edited December 2, 2017 by tar Quote Link to comment Share on other sites More sharing options...
AntoineSfx Posted December 5, 2017 Author Share Posted December 5, 2017 On 12/2/2017 at 8:12 PM, marty said: The sim is not computed as the node graph is evaluated from the bottom to the top to see what needs to be processed. Thanks, that makes sense now.. For future reference, here is how I restricted a DOP simulation do only be displayed in range [a,b]: Two timeshifts, one set at 'a', the second set at 'b' One switch, with its inputs in this order: before / RENDER / after , with input set to this expression: if ($FF<25,0, if ($FF<70, 1, 2) ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.