math83 Posted November 20, 2015 Share Posted November 20, 2015 Hello all, I'm creating an attribute in point VOP and exporting it using bind. I'm also using add attribute within the point VOP to give the attribute a local variable name. I'm also specifying the class as "Detail" Later, I'm adding a node (any node it doesn't matter) to this and in one of the channels I'm trying to reference my attribute by using $MYATTRIBUTE However the result returns as 0, when the value should be 1.0 (it is 1.0 for every point) What am I doing wrong? Thank you. Quote Link to comment Share on other sites More sharing options...
Skybar Posted November 20, 2015 Share Posted November 20, 2015 Hello all, I'm creating an attribute in point VOP and exporting it using bind. I'm also using add attribute within the point VOP to give the attribute a local variable name. I'm also specifying the class as "Detail" Use the same class as the attribute is. Right now you are essentially creating a new detail attribute with the same name as your point attribute, and you are linking this attribute to the variable - not the point one. 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.