cudarsjanis Posted April 21, 2016 Share Posted April 21, 2016 I have a scene where I want to put few Dust Explosions, but Of course they would look better if they would start on diferent times. So I`m using DOP i/o and then TimeShift node just frame number minus random frames. ($F-24 for example) Problem is that on frame number 10 it is 10-24=-14 and the mantra gives me error and doesn`t render anything. What would be the best way to do it then? Thank you Quote Link to comment Share on other sites More sharing options...
bluciensky Posted April 21, 2016 Share Posted April 21, 2016 Use 'File' node instead of Dop I/O. Select 'No geometry' under Missing Frame parameter. 1 Quote Link to comment Share on other sites More sharing options...
anim Posted April 21, 2016 Share Posted April 21, 2016 you can as well use Clamp function of Timeshift , to clamp frames to your sequence range Quote Link to comment Share on other sites More sharing options...
cudarsjanis Posted April 21, 2016 Author Share Posted April 21, 2016 Thanks blueciensky, that worked perfectly.!!! I tried Clamp function, but I don`t really get it Quote Link to comment Share on other sites More sharing options...
fathom Posted April 21, 2016 Share Posted April 21, 2016 max($F,1) that'll evaluate to $F or 1, whichever is higher. Quote Link to comment Share on other sites More sharing options...
anim Posted April 21, 2016 Share Posted April 21, 2016 (edited) 51 minutes ago, cudarsjanis said: ...I tried Clamp function, but I don`t really get it just set Clamp to desired mode, like Clamp To Both if you want to hold both start and end frame then set your Start/End Frames to the first and last frame of your input sequence, so if your sim is 1-50 then enter 1 and 50 it will hold frame 1 for any frame <1 and hold frame 50 for any frame >50 Edited April 21, 2016 by anim fixed typos 1 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.