Jump to content

Copy stamp for Chops


Recommended Posts

Hi there.

 

I have a sphere. I have put several points on there with scatter points. I have copy stamped a sphere onto those points.

 

I would like to have those sphere change in scale on rare occasion. Kind of like vibrating but in scale. How can I go about setting up a "vibrating" animation and then have that animation randomly execute on a random sphere from time to time?

 

If I am not mistaken I need to use copy in chops. But I cant seem to find a good tutorial on this. Any idea where I can find one. Unless I am heading in the wrong direction on this.

 

Cheers

Link to comment
Share on other sites

I don't think you need to use chops you could use chops 

With chops I particularly find it a bit roundabout, but it goes like this:

Initial setup with a transform sop that will control the scale:

P4UkwPI.png

 

A simple chops noise makes it go like this

https://i.imgur.com/SRrT3RX.gifv

But now you want to modulate by the pointnumber, afaik you need a single channel for every ball which calls for a copy node. Here I'm using a expression to create a channel for each point from 0 to the number of points in the pointsfrmovolume1 node. Then I'm using a simple stamp function to vary the seed of the noise (it's hard to see but each curve is different)

wCvcvv2.png

Now, using a chop expression you can bring it into sops. Note the $PT

W4xbhcY.png

After this a simple stamp function in the transform node and that's it. Each sphere has its own curve, which means you can do whatever you want with it.

https://i.imgur.com/V4lZkd2.gifv

This might be a old work flow, I'm not sure

 

 

 

  • Like 2
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...