Jump to content

Copy Stamping a Popnet


Ryan

Recommended Posts

I am trying to copy a popnet onto a grid and use copy stamping to randomize the motion of each popnet. The popnet just contains a source->force. The force POP has some noise. I tried using a stamp( ) on the 'random seed' parameter of the popnet SOP, but I was not successful. I even tried using stamp( ) on the force POP itself. Any suggestions?

Thanks

Link to comment
Share on other sites

Unfortunately the way POPs are designed, it is not possible to copy stamp them. You can sort of hack randomness based on the specific source point by adding a Cd attribute to the source grid points, setting CR as $PT, then inside your pop network you can do rand($CR) in parameters you want to randomize based on the source.

Edited by graham
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...