Copy Sop questions

   1217   1   0
User Avatar
Member
68 posts
Joined: March 2016
Offline
Hey all,
This ay be very simple but I made a stone leaf that I want to have copied along a curve I made, but i want to use the poly extrude to control the width of it,is there a way to create a stamp input for the extrusion so each leaf would be effected differently ?
User Avatar
Member
2534 posts
Joined: June 2008
Offline
Sure, drop down an attribute wrangle on the right input of the copy stamp node. Create a random value like so…
@rnd_extrude = fit01(rand(@ptnum), 0.5,1.5)
Include the variable rnd_extrude in the attributes field of the copy stamp node. Then in the polyextrude node that you have placed on the left input of the copy stamp node add the stamp command.
stamp("../copy1","rnd_extrude",0.1)
Edited by Enivob - Aug. 13, 2017 21:42:51
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
  • Quick Links