Message 1 of 1
specify filetype

Not applicable
05-23-2019
02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm in Python and Pymel, I want to create a file and specify the type the file is supposed to have from my code,
I can use filedialog2 with a filter to get a directory and a type, but I don't want the user to be able to specify the type, I have tried to understand how "saveFile" works, but I can't get it to work.