Jump to content

generating new rigidbody objects in dopnetwork


Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...