PDA

View Full Version : AutoStart MEL Script on MAYA Launch


tilo.kuehn
07-03-2003, 10:04 AM
hi there,

i need your help! i'm trying to start a script when maya starts up automatically.

the MEL script should add a menuentry to mayas main menu.

the documenation said that i have to put my MEL script into the script/startup folder ... but nothing happens ...

i used filemon from www.sysinternals.com to watch the file access. my MEL script isn't touched at all (no read access) during the startup of MAYA.

any ideas are welcome.

thanks in advance
tilo

nendo
07-03-2003, 10:24 AM
create a " userSetup.mel " in which you write the name of your
script, without the " .mel" extension, i.e :

myscript;

and put the " userSetup.mel " in your "C:\Documents and Settings\xxx\Mes documents\maya\4.5\scripts".

tilo.kuehn
07-03-2003, 11:57 AM
Originally posted by nendo
create a " userSetup.mel " in which you write the name of your
script, without the " .mel" extension, i.e :

myscript;

and put the " userSetup.mel " in your "C:\Documents and Settings\xxx\Mes documents\maya\4.5\scripts".
hi nendo,

thank you very much for this hint! that's exactly what i needed ...

it's working both on MACOSX and WinXP with MAYA 5.0 ... great ...

thanks for the quick help ...
cheers
tilo

CGTalk Moderation
01-15-2006, 01:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.