Last week I was making a Post script with the ‘rigbits.facial_rigger.eye_rigger.rig_from_file(eyesConfigPath)’ shown here on the workflow page,
http://www.mgear-framework.com/mgear_dist/official-unofficial-workflow.html
It’s saying to use the newer method of building eye rigs. I was using it and all was well, building the eye rig perfectly. Now I open it up Monday morning to show to my animators and it crashes with the error.
File “F:/NianticPerforce/Creatures/Creature01/Rig/Data/mGear/PostScript_AddEyesVolumeReference.py”, line 22, in
rigbits.facial_rigger.eye_rigger.rig_from_file(l_eyePath)
AttributeError: ‘module’ object has no attribute ‘facial_rigger’
I know it was working last week, has the internal library changed? Where is the documentation if so? I’ll attach my small py file to for anyone who is interested.