Skip to content

Instantly share code, notes, and snippets.

@campbellwmorgan
Last active May 10, 2016 16:19
Show Gist options
  • Save campbellwmorgan/1730af0599e1cfa147c750ac973d1a1e to your computer and use it in GitHub Desktop.
Save campbellwmorgan/1730af0599e1cfa147c750ac973d1a1e to your computer and use it in GitHub Desktop.
// drop this file into maya where your
// fully rigged (by AdvancedSkeleton 5.1 +) model is open
// disable effect of faceupper and facelower fk
// keep elements so that "go to build pose" doesn't break
delete FaceUpper_M_parentConstraint1;
delete FaceUpper_M_scaleConstraint1;
delete FaceLower_M_parentConstraint1;
delete FaceLower_M_scaleConstraint1;
// delete tongue scale constraints abnormally scale tongue out of mouth
delete Tongue0_M_scaleConstraint1;
delete Tongue1_M_scaleConstraint1;
delete Tongue2_M_scaleConstraint1;
delete Tongue3_M_scaleConstraint1;
// parent and scale constrain jaw setup to head
parentConstraint Head_M JawSetupFollowHead;
scaleConstraint Head_M JawSetupFollowHead;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment