Skip to content

A simple manager to connect / disconnect input meshes for Yeti rigs based on connection data

Notifications You must be signed in to change notification settings

Colorbleed/maya-yeti-rig-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yeti Rig Manager for Maya

The goal of this tool is to eliminate the redundant tasks which are required to connect animated or static meshes to the Yeti rigs in order to position it.

Image from Gyazo

The artist will be have a clear overview of the loaded Yeti rigs and possible matching content. By selecting a single item from both views the user is able to connect or disconnect the items.

The matching are based on the unique ID which is stored per unique connection in the connection data of the rig.

Example of connection data:
    {
        "connections": ["worldMesh", "inMesh"],
        "sourceID": "123456789012345:098765",
        "destinationID: "098765432112345:123456"
     }

Dependencies

About

A simple manager to connect / disconnect input meshes for Yeti rigs based on connection data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%