Jump to content

Copy/Stamp Attributes No Longer Works?


Atom

Recommended Posts

Hi All,

I have done this 100 times but now the same workflow no longer seems to work. I have a line of points, I assign an integer attribute and a string attribute to each point. I have enabled stamping on the Copy node and entered the name of my attributes into the field. I see my new attributes in the Geometry spreadsheet.

I am trying to stamp a filename into the File node.

I have tried string stamping like so...

`stamp("../copy1","filename","na")`

I have also tried stamping just the number into the string as well...

$HIP/geo/swaying_straight_palm/swaying_straight_palm_`padzero(4,stamp("../copy1","rnd_frame",0))`.bgeo.sc

Neither method works using H15.5.

Does someone see my error?

Has copy/stamping changed?

This should work, right?

Untitled-1.jpg

Edited by Atom
Link to comment
Share on other sites

$HIP/geo/swaying_straight_palm/swaying_straight_palm_`padzero(4,stamp("../copy1","rnd_frame",0))`.bgeo.sc

This works for me !  

for string value; do not create variable in copy sop, instead write attribute name in 'Attribute Stamps' and  write 'stamps' function in file sop to fetch geometry.

Edited by sadhu
Link to comment
Share on other sites

@f1:Hmm...so if any one stamp exceeds the file frame count it breaks them all.

@sadhu: I am actually creating a string variable in a wrangle on the points side of the Copy and then I type that attribute name in the Attributes Stamps field.

I did manage to work it out by stamping a Time Warp and Time Shift node instead of the File node.

 

Thanks

Edited by Atom
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...