Message 1 of 2
Disable certain optionVar saving?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to tell maya to not save specific types of optionVars?
specifically the RecentFilesTypeList, it gets disparity from my RecentFilesList and files stop opening, but if I delete the RescenFilesTypeList entries from my userPrefs, the files open fine.
another solution is to overwrite the FileMenu.mel file to have the file open action query the type of file and overwrite the argument sent to the procedure to open a file, but I'd rather just not have the type there at all, less information and it still works.