Atom Posted February 1, 2017 Share Posted February 1, 2017 (edited) 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? Edited February 1, 2017 by Atom Quote Link to comment Share on other sites More sharing options...
f1480187 Posted February 1, 2017 Share Posted February 1, 2017 From your last screenshot, it seems that your geometry files are discontinuous in numbers. It probably breaks on first missing geometry file. There is parameter Missing Frame on File node serving for this cases. Quote Link to comment Share on other sites More sharing options...
sadhu Posted February 1, 2017 Share Posted February 1, 2017 (edited) $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 February 1, 2017 by sadhu Quote Link to comment Share on other sites More sharing options...
Atom Posted February 1, 2017 Author Share Posted February 1, 2017 (edited) @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 February 1, 2017 by Atom Quote Link to comment Share on other sites More sharing options...
sadhu Posted February 1, 2017 Share Posted February 1, 2017 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.