- Kuper Export from Maya
This script allows it to export a kuper file from Maya, containing 3D animation data of a camera or object point group. Versions for Python2 and Python3 available. To create a button within Maya follow these steps:
import kuperExportfromMaya as ke
reload(ke)
ke.main()