//
// usage:
// - put mfRetime.mel in your scriptfolder
// - define a hotkey with press and release command
// - select objects which animations should be retimed
// - while pressing hotkey scrubb in timeline like the timing you want
// - release hotkey and retiming is done
// - you can scrubb back and for as often as you want,
// just the last srubb in time forward direction is used
// - not realy neccessary to have a key on start and endframe of retiming,
// but works better with
//
// features:
// - no change of the animation befor an behind the retimespan
// - nice retimed tangents
// - works in sub-frame-range
//
//
// known bugs:
// - some tangent problem on the key after the retimespan if there is just one
// ...more then one keyes behind retimespan = no problem.
// - animation containing keyes near then 0.01 frames to each other
// could lead to division by zero and interrupt the script
//
//
//
// HotkeyComand for Press-Hotkey:
// mfRetime();
//
// HotkeyComand for Release-Hotkey:
// mfRetimeRelease();
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.