Tweeny is a Maya in-between and overshoot pose creation tool similar to the Tween Machine by Justin Barrett.
Some noteable features:
- View the changes in your viewport as you drag the slider in real time.
- If you have keys selected, only those curves are acted on.
- It only sets keys the curves that have changes.
- It updates automatically if a newer version found online.
To install, place tweeny.py in your maya scripts directory and put the following PYTHON code on a button:
import tweeny
tweeny.tweeny()
DOWNLOAD HERE
Feel free to email me if you have any suggestions for improvements.
Versions:
1.1
- When working on last frame of curve, if previous key is the same value, it uses the previous 2 frame values, so that you can create drift. Same goes for start of curve.
- Added printing of this text into the update tool. Won't show up til next time it updates, :(
0 Comments:
Post a Comment