copystamp

   1562   3   0
User Avatar
Member
56 posts
Joined: Aug. 2016
Offline
how to randomize the scale using copystamp. when there is no second input only one input from another copystamp.I want to use transform to randomize the rotation and scale of the number of copies from the first copystamp.I tried several time but failed, while using two input work well.Please help.

Attachments:
one.png (619.1 KB)
Screenshot from 2017-06-22 16-31-56.png (352.0 KB)

User Avatar
Member
336 posts
Joined: Dec. 2014
Offline
Use $CY (copy index) as the seed value in a rand expression

Attachments:
copy_stamp_example.hip (67.0 KB)

User Avatar
Member
471 posts
Joined: Nov. 2013
Offline
Hello.
You should use $CY in order to randomize your copy.
See following image.

Attachments:
$CY.png (263.6 KB)

User Avatar
Staff
6219 posts
Joined: July 2005
Offline
… Why not use two inputs?

Using $CY works, but I do not encourage that workflow. If instead you are in a habit of generating a point cloud & setting up attributes on it for the two-input process, you have a nice point cloud to visualize without having to do the copying. This also makes stuff like isolating the 50th copy easy.
  • Quick Links