Re: setting iceAttribute values (c++)

2013-07-18 Thread ran sariel
we're on 2013, still I can't see on the c++ docs any way that the array is being set, On Thu, Jul 18, 2013 at 1:36 PM, Vincent Ullmann < vincent.ullm...@googlemail.com> wrote: > They introduced this in 2014 > > Python: > http://download.autodesk.com/**global/docs/softimage2014/en_** > us/sdkguid

Re: setting iceAttribute values (c++)

2013-07-18 Thread Vincent Ullmann
They introduced this in 2014 Python: http://download.autodesk.com/global/docs/softimage2014/en_us/sdkguide/si_om/ICEAttribute.DataArray.html C++: http://download.autodesk.com/global/docs/softimage2014/en_us/sdkguide/si_cpp/classXSI_1_1ICEAttribute.html#ac6e52dd6db12632e390ee738cca58187 Am 18.0

setting iceAttribute values (c++)

2013-07-18 Thread ran sariel
Hey All I'm trying to set an iceAttribute.DataArray in my c++ plugin seems that the object model (or python) option for setting the DataArray does not exist for the c++ API, is there a way around it?. Cheers Ran