Skip to content

Instantly share code, notes, and snippets.

@manhha00
Created December 25, 2017 03:36
Show Gist options
  • Select an option

  • Save manhha00/dca147f762c57155151a0660d8632e20 to your computer and use it in GitHub Desktop.

Select an option

Save manhha00/dca147f762c57155151a0660d8632e20 to your computer and use it in GitHub Desktop.

Revisions

  1. manhha00 created this gist Dec 25, 2017.
    7 changes: 7 additions & 0 deletions select all joint in bind
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    import maya.cmds as cmds

    sel = cmds.ls(sl = True)

    jnts = cmds.skinCluster(sel, inf = True, q = True)

    cmds.select(jnts)