Created
October 18, 2016 14:01
-
-
Save Onefabis/1670e91f1f950668c310c754fb15742b to your computer and use it in GitHub Desktop.
Create joint in the center of the component selection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clst = mc.cluster() | |
pos = mc.xform( clst[1], q=1, ws=1, rp=1 ) | |
mc.joint( p=pos, a=1 ) | |
mc.select( cl=1 ) | |
mc.delete( clst[0] ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment