Hi
export looks button return error!
# Error: NameError: file C:\Solidangle\MtoA\maya2022\scripts\mtoa\ui\exportlook.py line 33: name 'unicode' is not defined #
Maya 2022
MtoA-4.2.3-2022
Win 10
Hmm, Python 3 renamed the unicode
type to str
, the old str
type was replaced by bytes
.
If you need it to work now in Python 3, you could edit the file and just remove unicode from that line.
Thanks for reporting, I'll open a ticket.
Hi Stephen
I edited the file as you said, the export looks button works, but now i have another problem in another file: aiStandInTemplate.py.
# Error: UnboundLocalError: file C:\Solidangle\MtoA\maya2022\scripts\mtoa\ui\ae\aiStandInTemplate.py line 627: local variable 'parmas' referenced before assignment #
Hi
Error occurs only when I try to save to MaterialX Look File (mtlx)
no error when saving to Arnold Operator Graph or Arnold USD File
maybe I've some error in my scene!
Can't find what you're looking for? Ask the community or share your knowledge.