Message 1 sur 7
Mel Script for Exporting Specific File Type?
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Lien permanent
- Imprimer
- Signaler
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?