the scripting section of my work. I am writing a exporter fbx in python for reference I have been tearing apart linh's script to see his syntax as exporters are finicky he has included a lot of extra feartures (not needed).
I have been watching more of the digital tutors videos
http://download.autodesk.com/global/docs/maya2013/en_us/index.html?url=files/GUID-D9C648CB-2C71-4CE2-99EC-719445BEEDC0.htm,topicNumber=d30e87720
This is a very good reference it will show you all the commands, but not how to implement them.
I will have further update this weekend.
import maya.mel as mm
mm.eval("FBXExport -f myfile.fbx;")
this is the basic syntax for python for a exporter but ill consolidate my findings this weekend
No comments:
Post a Comment