Message 1 of 2
FBXExportOptions - export just the visible elements in a view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I set the properties of FBXExportOptions() so it will export just the visible elements in the selected views?
If I'm using the default:
options = FBXExportOptions()
when I run:
doc.Export(folder, i.Name + ".fbx", fbx_set, options)
it will export the entire document grouping based on materials, and all the selected views export the same thing.
Help greatly appreciated!
Thank you.