From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: [Q+A] How to add a 'Rush' button into Maya's menu
   Date: Mon, 22 Oct 2007 22:19:23 -0400
Msg# 1637
View Complete Thread (10 articles) | All Threads
Last Next
Gary Jaeger wrote:
> On Oct 22, 2007, at 2:16 PM, Greg Ercolano wrote:
> 
>>     Later you can add them to your Maya "initialStartup.mel" script
>>     to make them run automatically whenever Maya is started.
> 
> I can't get that to work. Any mel geniuses out there? I tried the  
> initialStartup.mel ..

	Meh, I meant userSetup.mel.. that's where it should go.

> as well as in userSetup.mel.

	That should work, e.g.:

    OSX: /Applications/Autodesk/maya8.5/Maya.app/Contents/scripts/startup/userSetup.mel
  LINUX: /usr/autodesk/maya8.5/scripts/startup/userSetup.mel
WINDOWS: C:\Program Files\Autodesk\Maya8.5\scripts\startup\userSetup.mel

	If the file doesn't exist, just create it.
	If it does exist, just add the lines to the bottom.

	Be sure the directory you tweak is the same version of Maya
	as the one you're running. And be sure the file is 'readable'
	to all users.

	I just tested it on those three platforms.
	Let me know if that doesn't help.

Last Next