copy stamping syntax error

   969   1   1
User Avatar
Member
2 posts
Joined: Oct. 2017
Offline
Hello there, my name is matias and im new to houdini. im following a tutorial about abstract effects. and im trying to use a copy stamping node to make some flowers

when i try to randomize the values (rotate, scale) i get this error:








the expression im using in the group 1 of the copystamp node is: fit01((rand($PT*20)*2).0.0.5)

i would like to get a random size in all the spheres, how could i fix that?

thanks and sorry for bad english.

Attachments:
imagen 1.PNG (14.9 KB)
imagen 2.PNG (21.5 KB)
imagen 3.PNG (37.2 KB)

User Avatar
Member
7758 posts
Joined: Sept. 2011
Online
It's hard to say what your problem is since you didn't post what the stamp expressions you are using are, and where they are used. What's on the other end of the object merge, a point cloud?

On a more general note, we don't really use copy stamping anymore, and particularly not for transforming copies. Using instance attributes (pscale, trans, orient, pivot, etc) on template points is much faster and more convenient since you can use vops/wrangles/attribrandomize/etc to modify the attributes however you like.

See ‘copytopoints’ documentation: http://www.sidefx.com/docs/houdini/copy/copytopoints.html [www.sidefx.com]
  • Quick Links