|
I am trying to query a user attribute… but so far it always returns an empty ICEAttributes collection.
I have a pretty simple setup just for test. I emit particles, in the ice tree I do a getData of self.position pipe this in my self.myUserData attribute.
When I query my data using the same trick:
var x = g.GetICEAttributeFromName( “myUserData” )
I get an empty list… yet I pipe the pointPosition in this data, I would get the same value as the pointPosition.
Do you guys know if this is a limitation of the SDK or a bug? I am on xsi 7.01
Thanks
P.S.: This is just a proof of concept… I know that there is no point in copying the pointPosition value in a user attribute to query it :)
Author: Sylvain Berger
|