Animation and Rigging Tools: FAQ, Known Issues and Feature Roadmap

[QUOTE=;193921]
Not sure. Can you turn on stack trace in the script editor and paste the new error you get? Or just attach your copy of ART_exportMotion.py. Line 793 is a blank line in the latest files, so I’m not sure what it’s actually trying to do :frowning:
[/QUOTE]

I turned stack trace on. This is what I got:

Error: ‘NoneType’ object is unsubscriptable

Traceback (most recent call last):

File “C:/Users/Antonio/Desktop/Antonio/ZombieCount/maya_project/MayaTools/General/Scripts\ART_exportMotion.py”, line 793, in exportFBX

parent = cmds.listRelatives(joint, parent = True)[0]

TypeError: ‘NoneType’ object is unsubscriptable