output arguments of plotshape seem off

Date : Wed, 30 Apr 2008 15:30:06 -0700
To : xsi(at)Softimage.COM
From : "Graham D Clark" <mailgrahamdclark(at)gmail.com>
Subject : output arguments of plotshape seem off
plotshape has 2 outs, the 2nd should be the clip but its not

KeyList [out]  XSICollection  List of created shape keys
ClipList [out]  XSICollection List of created shape clips


var Shape = PlotShape(selection(0), null, 0, 10, null, null, 1, 3, 1, null, null, null);
logmessage(Shape.value("ClipList")(0))

returns nothing

var Shape = PlotShape(selection(0), null, 0, 10, null, null, 1, 3, 1, null, null, null);
logmessage(Shape.value("KeyList")(1))

returns the clip

Just checking if others have run into this or if I'm accessing it incorrectly before submitting bug
Thanks, Graham

--
Graham D Clark, VFX/CG Supervisor, ph:fad-take-two
http://www.linkedin.com/in/grahamclark | http://www.xsibase.com/articles.php?detail=117

Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.