Skip to content

Instantly share code, notes, and snippets.

@fereria
Created March 18, 2014 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/9619253 to your computer and use it in GitHub Desktop.
Save fereria/9619253 to your computer and use it in GitHub Desktop.
getDrivenKey
def getDrivenKey(node):
dKey = node.listConnections(type=("animCurveUL",
"animCurveUA",
"animCurveUT",
"animCurveUU"))
return dKey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment