Jump to content

Attribute stamp not working


isah_voodoo

Recommended Posts

Hello,

I am trying to copy random voronoi pieces to my points

I created a random attribute on each point to use as my stamp:

i@rand=int(fit01(rand(@ptnum+234), 1, 46));

I am deleting each piece based of this attribute and feeding it into a copy sop. I made sure to put my rand attribute in the "Attribute stamps" parameter on the copy sop

I am not sure why Im still getting one piece copied onto the points.

Please help. Not sure I understand this well enough.

Thank you

 

copy_stamp.jpg

rand_stamp_copy.hipnc

Link to comment
Share on other sites

that's not even using a stamp function

if you put this into blast Group parm it should do what you expect: 

@class=`stamp("../copy1", "rand", 0)`

however since you are using H18, you can directly use Copy to Points, rename rand into class and use class as a Piece attribute, can't post a file as I don't have access to H18 at the moment

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...