Message 1 of 7
Mel Script for Exporting Specific File Type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to make some shelf buttons that send out selected geometry as .IGS, .FBX and .STL. 3 Buttons, 3 different scripts.
When I use Echo All Commands all I can come up with is:
ExportSelection -options "" -typ "IGES_ATF Export" -pr -es;
But it doesn't quite work. The geo is exported as the last file type that was used, not .IGS specifically. Ideally, this save window would already be set to .IGS, not FBX.
Any ideas on what's wrong with my mel?