ehsan parizi Posted June 23, 2011 Share Posted June 23, 2011 It should be very simple, but I can't figure it out! How can I create new objects in my dopnetwork in different frames, say I wanna make something like a grid that emits particles in pop, but I wanna do the same thing in dops! Quote Link to comment Share on other sites More sharing options...
hopbin9 Posted June 23, 2011 Share Posted June 23, 2011 It should be very simple, but I can't figure it out! How can I create new objects in my dopnetwork in different frames, say I wanna make something like a grid that emits particles in pop, but I wanna do the same thing in dops! In the RBD Object DOP node, every time the Creation Frame is equal to the current frame an object will be created. So something like if($F % 24 == 0,$F,0) will create an object every 24 frames. You can then vary settings for that object using $OBJID as a seed. See attached. emitting-dop.hipnc 1 Quote Link to comment Share on other sites More sharing options...
ehsan parizi Posted July 5, 2011 Author Share Posted July 5, 2011 In the RBD Object DOP node, every time the Creation Frame is equal to the current frame an object will be created. So something like if($F % 24 == 0,$F,0) will create an object every 24 frames. You can then vary settings for that object using $OBJID as a seed. See attached. Thanks a lot that helped 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.