hi,
you have to get you fcurve
as an object in your script.
something
like:
var my_crv =
your_object.Kinematics.Constraints("PathCns").perc.Source;
then you can use the
property of a fcurve, f.e.:
my_crv.Extrapolation =
siPeriodicExtrapolation;
check also the sdk
doc,
cheers,
Juan
Hey everyone,
How can I set an
existing fcurve to "cycle" instead of the default "constant extrapolation"
through jscript?
The curve is created by an ApplyPath() in the
script.
Thanks,
-Arvid
--
stockholm.postproduction | www.stopp.se