nmn Posted March 16, 2010 Share Posted March 16, 2010 Hi everyone, i know it's a very basic question but i did some tests and it didn't work for me, in fact i have a geometry with some custom created attribute and a POP network inside which I'm using an attrib transfer node to transfer this custom attribute from my geometry to my particles and all is working fine, though in the nodes following the attrib transfer i'm not able to use this transfered attribute, nor with the $XXX method neither with the point function (pointing to my attrib tranfer node) the $XXX is always red so ... it's not finding it, and the point function it doesn't do any error, but it returns all zeros ... the only way I'm able to use this attribute is by using an import attribute inside a vop pop, but in this instance i need to use with pre-existing nodes ... so any clarification about this would be really appreciated cheers Quote Link to comment Share on other sites More sharing options...
graham Posted March 16, 2010 Share Posted March 16, 2010 The Attribute Transfer POP won't transfer local variables so that is why you cannot use them. You also cannot use point() in POPs. Try using poppoint(). Quote Link to comment Share on other sites More sharing options...
nmn Posted March 22, 2010 Author Share Posted March 22, 2010 The Attribute Transfer POP won't transfer local variables so that is why you cannot use them. You also cannot use point() in POPs. Try using poppoint(). exactly what i needed thanks 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.