|
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
|