Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

DAE_FBX export options

DAE_FBX export options

Anonymous
Not applicable
634 Views
0 Replies
Message 1 of 1

DAE_FBX export options

Anonymous
Not applicable

I'm currently blocked on one of my script. I'm writing a script for my students to export my scene with some automation before the actual export.

 

I want to export in DAE_FBX but without any materials. I've seen there's a an "options" property on the cmds.file command. I supposed I could with this, but there's no place where to found those options on any documentation online. Can someone help me with my problem? Either to find the option's list or another solution to avoid exporting the materials.

 

Here's the actual command where you can see the "options". I took it from the console output window and tweeked it into Python.

 

cmds.file(sceneExportPath, force=True, options="-shadowLinks 1;-mask 2303;-lightLinks 1", type="DAE_FBX export", pr=True, ea=True)
0 Likes
635 Views
0 Replies
Replies (0)