Any chance that Plebes could be updated to work with CC4 (character creator 4) skeletons.
Or is there a way i can get into the code of Plebes in order to change the CC3 Profile ( i would have to update the joint names) easily?
Thank you,
Any chance that Plebes could be updated to work with CC4 (character creator 4) skeletons.
Or is there a way i can get into the code of Plebes in order to change the CC3 Profile ( i would have to update the joint names) easily?
Thank you,
Hey, not fully sure as I am just investigating this myself, but I think you can easily copy paste one of the .json files found here → \Documents\maya\modules\scripts\mgear\shifter\plebes_templates
Then replace all the join names with your skeleton ( CC4 in this case ).
Then it should works. For me, I was able create and snap guides to my skeleton, create the rig too. Only stuck on some python error when trying constrain to rig
Copy/Paste from the github ticket
@sonix1522 Thanks for the fix tip! I think the arg “nothing” was there to catch some random argument that was not used later.
I have added *args, and **kwargs just in case.
Can you confirm it is working on your side? Thanks!