barad_dur Posted February 10, 2012 Share Posted February 10, 2012 Howdy all, I was hoping to find out if, in a Random Seed variable in the Scatter sop, I could change the seed value once every nth frame. I have $F in there right now but that is much to fast of a change for what I want. Is there a way to get the RS to change like every 4th frame or so? What would that function look like? Any help is most appreciated. Thank you David Quote Link to comment Share on other sites More sharing options...
graham Posted February 10, 2012 Share Posted February 10, 2012 You could do something like this, where n is how many frames you want it to hold for: floor($F/n) 1 Quote Link to comment Share on other sites More sharing options...
ikarus Posted February 10, 2012 Share Posted February 10, 2012 seeds are integers so you should be able to do floor( $F/<time interval> ) Quote Link to comment Share on other sites More sharing options...
barad_dur Posted February 10, 2012 Author Share Posted February 10, 2012 And that did it! That's exactly what i was looking for. Thanks a bunch guys. David 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.