- skeletonRoot = cmds.ls(selection = True)
- skeletonList = cmds.listRelatives(skeletonRoot, allDescendents = True, type = 'joint')
- skeletonList.append(skeletonRoot[0])
- skeletonList.reverse()
- space = " " * 4
- for eachJoint in skeletonList:
- print("'" + str(eachJoint) + "'")
21
SEP
2019
SEP
2019
About the Author:
I RUN this joint! And I am a digital artist. BFA from the University of Colorado with an emphasis in 3D Animation. I worked in medical animation for some time. I then narrowly escaped with an only partially crushed spirit. Since then I have been expanding my skill set, reaching out into custom coding, game and app development.