Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

error output in script editor?

2 REPLIES 2
Reply
Message 1 of 3
patconnole
385 Views, 2 Replies

error output in script editor?

Is there a way to grab any errors that an export generates, within Maya? (instead of accessing the log file). Are they output to a string that can be easily accessed?

Error: Unsupported Operation on Mesh Vertices

The plug-in has detected mesh nodes with unsupported operators that affect the vertex and/or face count. To correct this, delete the Non-deformer history before exporting. The following nodes will not be processed:
pCube1


Thanks!
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: patconnole

Hello patconnole,

Unfortunately, there is no mechanism to access them within Maya. They are logged to the file so your best bet is to parse this file.

Regards,
Carlos
Message 3 of 3
patconnole
in reply to: patconnole

Thanks for the response! I've decided to just wipe the file, export, then read its content with every export.

With python, I'm using this to find the log:

os.path.expanduser('~/maya/FBX/Logs/2012.1/maya2012exp.log')

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report