I've notice some settings, I'd like to stay as defaults, will change after I've closed Maya 2009. What is the way to ensure my settings will remain the way I like, each time I've opened.
I'd like my scenes to use "no lighting", my hardware texture display to use "Unfiltered", both in viewport and UV editor, by default, for example.
Thanks, Maya is becoming awesome the more I learn how to bend it to my will.
-kpenis
Replies
I believe these settings would go into Maya.env. Via the script editor, 'Echo all commands' can be turned on to get the names/arguments for the commands you want when you click on them. (since most non-scene based info doesn't normally show up there)
DisplayShadedAndTextured;
$thePanel= `getPanel -wf`;
modelEditor -e -dl none $thePanel;
About the "unfieltred mode in the UV Editor" line this is something I got on the fly... this is not clean at all but could work....