Skip to content

Instantly share code, notes, and snippets.

@AndrewtConroy
Created March 4, 2015 19:04
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 AndrewtConroy/d91c3fb827ef6bef5d24 to your computer and use it in GitHub Desktop.
Save AndrewtConroy/d91c3fb827ef6bef5d24 to your computer and use it in GitHub Desktop.
Unlock Scene
allJoints = maya.cmds.ls(type='joint')
for joint in allJoints:
maya.cmds.setAttr(joint+'.radius',lock=0,keyable=1,channelBox=1)
maya.cmds.setAttr(joint+'.radius',1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment