Vismark Posted July 4 Share Posted July 4 Hi there, happy 4th of July to y'all. I'm looking for a way to randomly drive the particle emission. I'm using this : $F%6==1 in the activation field of a popkill node. Is there a way that I can randomize the modulo values in a specific range randomly? for example, in between 6 to 24 frames across the timeline? I'm trying to make the particle flow stutter and fail. Emitting Intervals.mp4 1 Quote Link to comment Share on other sites More sharing options...
hannes603 Posted July 4 Share Posted July 4 clamp(rint(@Frame%((rand(@Frame)*2))),0,1) randomModulo.mp4 1 Quote Link to comment Share on other sites More sharing options...
Vismark Posted July 4 Author Share Posted July 4 Thank you, Hannes! This is exactly what I was looking for. 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.