Skip to content

Instantly share code, notes, and snippets.

@bboyle
Created May 8, 2015 11:38
Show Gist options
  • Save bboyle/42993458e70a30631c78 to your computer and use it in GitHub Desktop.
Save bboyle/42993458e70a30631c78 to your computer and use it in GitHub Desktop.
AM rig issue: controllers animate but geometry is frozen
# caused by setting keys on hidden controls in the rig.
# To fix the problem, do this
select -r "char_*:*_local_ctrl"
# ...then select the whole timeline, and delete all the keys there. The pigtails should work again.
# The new "select all" script should be
select -r `ls -o "char_*:*_ctrl.arAllCtrlList"`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment