Skip to content

Instantly share code, notes, and snippets.

View drewgillievfx's full-sized avatar

Drew Gillie drewgillievfx

View GitHub Profile
@drewgillievfx
drewgillievfx / GillieDrew_finalproject_v23.mel
Last active April 17, 2018 21:52
Hand Rigging Project – This code automatically rigs a hand in Maya with help from the user
/*******************************************************************************
Drew Gillie Hand Rigging Project.
December 2016
This code is working there may be a few bugs in the mirroring portion of this
code depending on the version of Maya being used
*******************************************************************************/
if ( `window -exists MyWindow` ) {
deleteUI MyWindow; // delete window when it exists
}