This repo contains shelf tools for exporting Maya animations as USD files.
- Simplified inteface for exporting animated assets
- Static, Animation Cache, CFX export type
- Custom export location
- Custom frame range
- Autodesk Maya
- Maya USD Plugin
- Maya Alembic Plugin
- Place code within maya scripts folder
- Run the following code within mayas script editor or shelf tool
import maya_usd_export
maya_usd_export.start_interface()
Following groups in heirarchy require specific attributes for CFX export:
- USD_typeName:
- grp_rig
- geo
- render
- muscle
- bone
- joints_grp
- skin_joint
Currently grp_joints must exist for joints_grp attr to be found
Rig should generally following this structure:
pytest