Maya 2020 fundamentals - modelling the real world
Get halfway through a model and find it's an unworkable mess? Can't add edge loops where you need them? Can't subdivide a mesh properly? If any of this sounds familiar check this course out.
# 1 06-04-2003 , 11:15 PM
Registered User
Join Date: Mar 2003
Posts: 6

help installin GIJoe plugin.

I added the gijoe shelf icon and when i click it, i get the gijoe window. but when i hit create, i get this error message:// Error: File not found.: Cuser added imagerogram FilesAliasWavefrontMaya4.5scriptsGIJoe.lights //

But in that directory, the GIJoe.lights file is there. Please help, thanks.

# 2 06-04-2003 , 11:27 PM
tariqrf's Avatar
Subscriber
Join Date: Jul 2002
Posts: 1,253
common prob.. instead of using the "\" slash you should use the "/" slash.. so it would be:

C:/Program Files/AliasWavefront/Maya/4.5/scripts/GIJoe.lights

if it still does not work, use doubled forward slashes "\\"

C:\\Program Files\\AliasWavefront\\Maya\\4.5\\scripts\\GIJoe.l ights

hope it helps,
Tariq

# 3 06-04-2003 , 11:30 PM
Emo's Avatar
Subscriber
Join Date: Jul 2002
Location: MELville
Posts: 1,100

Originally posted by tariqrf
common prob.. instead of using the "\" slash you should use the "/" slash.. so it would be:

C:/Program Files/AliasWavefront/Maya/4.5/scripts/GIJoe.lights

why?? this / is only for the www and not windows... you have to use the \\ to get it working

-Emo

# 4 06-04-2003 , 11:39 PM
tariqrf's Avatar
Subscriber
Join Date: Jul 2002
Posts: 1,253
i use "/" and it works,, trust me,, check it out.

and btw, \ is used i think for commenting lines in a script so they are not allowed to be used as file pointing commands.. just a hint

# 5 06-04-2003 , 11:59 PM
doodle's Avatar
Registered User
Join Date: Nov 2002
Location: London
Posts: 1,292
I having the EXACT same problem.

Here's the thread i've been using: https://forum.simplymaya.com/showthre...&threadid=4426

KBrown explanes the double \\ thing. I tried it and it dosent work. And even if it did, you guys dont have to alter the script just to get it to work do you?

Tariqrf: When you click Go Create when happens?


Yeah, but no but yeah but no....

Last edited by doodle; 07-04-2003 at 12:03 AM.
# 6 07-04-2003 , 12:19 AM
alexgc's Avatar
Subscriber
Join Date: Nov 2002
Location: London
Posts: 288
if u cant get it to work that way u can always source the script instead. Open the script editor...goto file>source script. When the window opens...go to where u placed the GI_Joe script, select it and click on Open...it should now work user added image

# 7 07-04-2003 , 12:52 AM
tariqrf's Avatar
Subscriber
Join Date: Jul 2002
Posts: 1,253
you have to alter it a bit.. goto https://www.3dluvr.com/pixho/

.:Edit

copy and paste from the site:

- Installation:

- Unzip the GI_joe.zip and copy the mel and the scene file (GIJoe.lights) into your script directory.
Copy the GIJoe_icon.bmp into the 'icons' directory of the install directory of Maya (i.e.: drive:\AW\extras\icons)

- If I get better day after day with Mel, I assure you I'm still the same worm in maths, so you still have to edit (with any good text editor (UltraEdit or Textpad) the mel script and search the string 'your_script_directory_path/GIJoe.lights' (located in line 57)
Replace the existing path by your own script path (ex: d:/Maya/scripts/GIJoe.lights)

- Start a Maya session, and open the script editor, then type source GI_Joe. Press [enter]
Retype GI_Joe and press [enter] to execute the script.
You can then drag the GI_Joe into your shelf and select the GIJoe_icon as shelf icon.


Last edited by tariqrf; 07-04-2003 at 01:08 AM.
# 8 07-04-2003 , 01:12 AM
tariqrf's Avatar
Subscriber
Join Date: Jul 2002
Posts: 1,253
after i click go create.. the GI Joe window opens and the lights are created.. thats all... and btw, you only have to alter the script for the directories.. nothing else..

and again: use "/" not "\"

# 9 07-04-2003 , 01:43 AM
Registered User
Join Date: Mar 2003
Posts: 6
Awesome, the / worked. Thanks for the help.

# 10 07-04-2003 , 01:49 AM
tariqrf's Avatar
Subscriber
Join Date: Jul 2002
Posts: 1,253
i told you... glad to be of some help

# 11 07-04-2003 , 01:50 AM
Emo's Avatar
Subscriber
Join Date: Jul 2002
Location: MELville
Posts: 1,100

Originally posted by tariqrf
and btw, \ is used i think for commenting lines in a script so they are not allowed to be used as file pointing commands.. just a hint

yes, you are right about that... but I think it's still only in DOS... when you are typing a commend like blahblah \y and so on

-Emo

# 12 07-04-2003 , 01:56 AM
alexgc's Avatar
Subscriber
Join Date: Nov 2002
Location: London
Posts: 288
no u r right...its the same with Java too, except that its '\\'

# 13 07-04-2003 , 02:00 AM
doodle's Avatar
Registered User
Join Date: Nov 2002
Location: London
Posts: 1,292
tariqrf: I've done all of the installation when i first got it.

I've tried \, \\, /, //. Nothing seems to work user added image

alexgc: I tried the Scouce Script too and got the following message:

// Error: FOR4 //
// Error: Syntax error //

I tried everyones suggestion and none of them work... user added image


Yeah, but no but yeah but no....

Last edited by doodle; 07-04-2003 at 02:07 AM.
# 14 07-04-2003 , 02:06 AM
alexgc's Avatar
Subscriber
Join Date: Nov 2002
Location: London
Posts: 288
ok Z1mmnd14 tell me how u installed the script.

1.Did u make the adjustment to line 57 (or whatever it is) and only that line?

2.Did u install the script into the correct place as u made clear in the script ammendment?

3.Did u place the GI_Joe.lights file in the same directory as the GI_Joe script?

# 15 07-04-2003 , 02:08 AM
alexgc's Avatar
Subscriber
Join Date: Nov 2002
Location: London
Posts: 288
btw that syntax error u have means that something in ur script doesnt make sense which leads me to believe somewhere along the line u made a mistake

Open the script in notepad and search for the word "For4"...when u find it delete the number 4...It shouldnt be there


Last edited by alexgc; 07-04-2003 at 02:12 AM.
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads