Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am learning Python and trying to figure out the code where the user can select the root of two joint hierarchies and it will store each hierarchy in their own list. This will be for operations on two separate character skeletons so each list needs to have every joint from its skeleton in its respective list. It seems like I would use scriptCtx but i'm still struggling with it a bit. I'm also working from the assumption that as long as the two skeletons are identically structured the resulting two lists will have the same joints in the same index [0]=hips [1]=pelvis and so on.
Solved! Go to Solution.