For those, who tired...
Posted: Wed Jan 18, 2006 12:28 pm
...of seeing Maxwell as default renderer every Maya start:
a. Find two files in Mayall directory: mayallcreateui.mel(line 419) and mayallstartup.mel(line 425)
b. Find this line in them(line numbers above are for RC5):
a. Find two files in Mayall directory: mayallcreateui.mel(line 419) and mayallstartup.mel(line 425)
b. Find this line in them(line numbers above are for RC5):
c. Place two slashes in start of this line like this:setCurrentRenderer "maxwell"; //Set the current renderer Maxwell.
That's all.//setCurrentRenderer "maxwell"; //Set the current renderer Maxwell.