Maya GUI Tool: Scale animCurve Keys

GUI: Scale animCurve Keys

GUI tool to stretch out or shrink specified range of animCurve keys.
Start: Enter first frame of the scaling range.
End: Enter last frame of the scaling range.
New end: Enter a new end frame.
Scale button: Enable scaling.

If nothing selected, all animCurve keys in the scene will be scaled.

Before the stretch(scaling)
22 in Start, 55 in End and 100 in New end. Then press Scale button.
After the stretch(scaling)
22-55 is now stretched out to 22-100.

Python command:
import i3d,i3d_anim as iA;iA.scaleAnimCurveKeys().GUI("iA");

Comments

Popular posts from this blog

HIK: Getting current character and current source.