Profile PictureGraciliano Camargo

Quick Retime for Maya

$1
3 ratings

This tools tries to handle all the animator's retiming needs while taking as little screen space as possible and without disrupting the workflow. It was written with the intent of being fast, simple and maximizing its use through hotkeys.


Some cool features:

* Adding the UI code to a hotkey, you can quickly type values and retime your keys without having to click on the tool window.
* Applying the retime while holding Shift key temporarily retimes the keys in the opposite mode.
* Last value is automatically remembered (greyed out) to quickly retime different keys with the same value.
* Tool mode is remembered between Maya sessions
* Also works with multiple keys selected


Tested and working in Maya 2015-2019.


Usage:

Save the script file to your /maya/scripts folder and restart Maya.

Put the MEL code below in a shelf button and/or in a hotkey:


source "quickRetime.mel";
qrt_ui;


If you also want to have hotkeys for both Quick add/subtract frames, add these codes to two other hotkeys, one for adding and the other for subtracting:


source "quickRetime.mel";
qrt_PlusMinus(1); //adds 1 frame


source "quickRetime.mel";
qrt_PlusMinus(-1); //subtracts 1 frame


Release notes:

1.0.0 - Sep 2020 - First release.


Add to cart

A tool for all your retiming needs in Maya

Size
13.6 KB
Copy product URL

Ratings

5.0
(3 ratings)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%
$1

Quick Retime for Maya

3 ratings
Add to cart