Hi!
I’m using the function eye_rigger.eyesFromFile to load a JSON configuration file that I authored in the Eye Rigger interface, and it’s spitting this error:
# Traceback (most recent call last):
# File "<string>", line 17, in <module>
# File "<string>", line 1, in <module>
# File "C:/Users/18182/Documents/maya/2019/scripts\mgear\rigbits\eye_rigger.py", line 1191, in eyesFromfile
# eyeRig(*buildDict["eye"])
# KeyError: 'eye'
When I load that file in the interface, and build through there, it works without any issue. I tried with different JSON files and the result is the same. Do you know what the cause could be?
Thanks!