Tool for Autodesk MotionBuilder to help create inbetween keyframes on the selected objects/character
Rig: Paragon: Wukong
- Overshoot the pose by dragging the slider beyond it's maximum values
- Hold down ctrl to snap between 0.25, 0.5, 0.75 etc.
- Hold down shift for more granular control
- Double click the slider handle to manually type in a value
The tool takes your Keying Mode into consideration, e.g. Body Part only affects the active body part(s).
Use the buttons T = Translation, R = Rotation, S = Scale, to toggle what the inbetween should affect
Right click anywhere on the slider to bring up a context menu with additional options:
On: Blends from the current pose to the neighboring keyframes
Off: Creates the absolute inbetween between the previous and next keyframe
If checked you can overshoot the pose by dragging the slider beyond its maximum values
- Download the source code for the latest release
- Unzip it
- Drag and drop the manual_installation/drag_n_drop_installer.py onto MotionBuilder's viewport and select Execute
- You can now find the Inbetweener tool under the Python Tools menu
- (Optional) You can use the inbetweener as a hotkey by binding a key to the actionscript/in_betweener.py file. See: Managing Python Tools for more info.
Installation using pip:
pip install git+https://github.com/nils-soderman/motionbuilder-inbetweener
Create/show the tool by running:
import motionbuilder_inbetweener
motionbuilder_inbetweener.show_tool()
Or you can import the FBTool
reference:
from motionbuilder_inbetweener import InBetweenerTool
If you have any questions, suggestions or run into any issues, please open an issue on the GitHub repository
Contributions are welcomed!