Skip to content

Instantly share code, notes, and snippets.

@manhha00
Created January 11, 2018 16:00
Show Gist options
  • Save manhha00/283e217a67c31e257a8af5f13f58c3e5 to your computer and use it in GitHub Desktop.
Save manhha00/283e217a67c31e257a8af5f13f58c3e5 to your computer and use it in GitHub Desktop.
maya - python - get all key bind with mesh
import maya.cmds as cmds
sel = cmds.ls(sl = True)
jnts = cmds.skinCluster(sel, inf = True, q = True)
cmds.select(jnts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment