I figured there might be a env var for this but I cannot find it. Ideally, I would get this...
C:/Documents and Settings/user/My Documents/maya/5.0/prefs
...but I could also make due with it just out to the version number.
--JeffD
internalVar -upd;
Cool. Two good answers in two days from you!
Thanks much.
Just on this topic, is there any way to swap preferences during a maya session? i.e point maya to a different directory to get preferences, then load those new preferences? I'm currently doing this with a perl script, but it requires a maya restart, and I would love to be able to do it from within the UI.
Not sure. But pref file is just a mel script so you can just execute new pref file using:
source "filename";
I think you could reswap the directory... But you couldnt unload scripts that are allready sourced unless you resourced different scripts to replace them in conjunction to a new scene.