mutiny33 Posted September 5, 2009 Share Posted September 5, 2009 Hello So I have a python SOP node I create with some code like this: radius_attrib = geo.addAttrib(hou.attribType.Point, "fubar", float(0.0)) So basically I create a per point attribute fubar that I set later in the code. I plot the node down and hook it up to a Copy node for stamping. The question now is how do I use that new attribute? I can see it in the spreadsheet next to P[x] P[y] P[z] P[w] fubar. Thanks Quote Link to comment Share on other sites More sharing options...
vfxkid Posted September 5, 2009 Share Posted September 5, 2009 you could try using the point expression. or use the attribute sops like tranfer or promote. Quote Link to comment Share on other sites More sharing options...
mutiny33 Posted September 5, 2009 Author Share Posted September 5, 2009 you could try using the point expression. or use the attribute sops like tranfer or promote. Cool so I created an Attribute create with the name fubar and the first value as $FUBAR. Then I can use that in the copy stamp. 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.