Message 1 of 1
DAE_FBX export options

Not applicable
10-08-2017
09:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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)