Thread: Loading a MEL
View Single Post
# 21 15-04-2003 , 02:10 AM
tariqrf's Avatar
Subscriber
Join Date: Jul 2002
Posts: 1,253

3. I opened the file GI_Joe.mel in ConTEXT, went to the line 57 [which is string $pathL = "e:/vfx/mans/maya/scripts/GIJoe.lights"; ] and changed the path in that line to "C:\Documents and Settings\chris\maya\4.0\scripts\GIJoe.lights"; – that’s where it’s GIJoe.lights file is.


$pathL = "e:/vfx/mans/maya/scripts/GIJoe.lights";

if its this, then you dont have to change the whole line, you just have to:

$pathL = "C:\Documents and Settings\chris\maya\4.0\scripts\GIJoe.lights";

you dont have to change the whole line!!!