Ballistic Animation
Download ml_ballisticAnimation.py
Revision | 2 |
---|---|
Last Update | 2018-02-17 |
License | MIT |
Description
Runs very simple gravity physics on the translation of an object, taking into account initial velocity.
Installation
Copy this file into your maya scripts directory, for example:
C:/Documents and Settings/user/My Documents/maya/scripts/ml_ballisticAnimation.py
Run the tool in a python shell or shelf button by importing the module, and then calling the primary function:
import ml_ballisticAnimation
ml_ballisticAnimation.main()
Usage
Simply select a static or animated object, highlight or set your frame range, and run the script. If your object is already animated, the initial velocity will be calculated based on the position one frame before the frirst frame of the frame range.
Requirements
This script requires the ml_utilities module, which can be downloaded here: https://raw.githubusercontent.com/morganloomis/ml_tools/master/ml_utilities.py
Installation
Copy this file into your maya scripts directory, for example: C:/Documents and Settings/user/My Documents/maya/scripts/ml_ballisticAnimation.py Run the tool in a python shell or shelf button by importing the module, and then calling the primary function: import ml_ballisticAnimation ml_ballisticAnimation.main()
Revision History
Revision | Date | Note |
---|---|---|
1 | 2016-10-01 | First publish. |
2 | 2018-02-17 | Updating license to MIT. |