Skip to content

Shelf tools for Autodesk Maya, used to automate the process of exporting animations.

Notifications You must be signed in to change notification settings

ParkerBritt/maya-usd-export

Repository files navigation

Maya USD Export

This repo contains shelf tools for exporting Maya animations as USD files.

interface

Features

  • Simplified inteface for exporting animated assets
  • Static, Animation Cache, CFX export type
  • Custom export location
  • Custom frame range

Installation

Requirements

  • Autodesk Maya
  • Maya USD Plugin
  • Maya Alembic Plugin

Running Tool

  • 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()

Rig Requirements

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:

Rig Hierarchy

Development

Dependencies

pytest

/usr/autodesk/maya/bin/mayapy -m pip install pytest

About

Shelf tools for Autodesk Maya, used to automate the process of exporting animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published