Installation¶
- Download the package from the github repo https://github.com/chrisdevito/AnimIO.git and click Download Zip.
- After extraction, drag and drop the setup.py (found in the AnimIO directory) into any open motion builder window and select execute script.
- This will install it into your PythonStartup directory.
How to Run¶
Drop this code in a button/menu or run it from the Python Editor.
import AnimIO
if __name__ == '__main__':
AnimIO.show()