Introduction to Maya - Modeling Fundamentals Vol 2
This course will look in the fundamentals of modeling in Maya with an emphasis on creating good topology. It's aimed at people that have some modeling experience in Maya but are having trouble with complex objects.
# 1 13-11-2002 , 09:46 PM
brian_ellebracht's Avatar
Registered User
Join Date: Oct 2002
Location: St. louis Mo
Posts: 1,580

GI_Joe 2.0

Not sure if you guys know this, but

GI_Joe ver.2.o is now available. Very nice. YOu can download it and learn more about it here...

https://www.3dluvr.com/pixho/

THanks,
Brian

# 2 13-11-2002 , 09:56 PM
mtmckinley's Avatar
The Maya Mountain
Join Date: Aug 2002
Location: Seattle, WA
Posts: 8,245
the file is corrupted... at least it is every time I try to download it...

# 3 13-11-2002 , 09:58 PM
brian_ellebracht's Avatar
Registered User
Join Date: Oct 2002
Location: St. louis Mo
Posts: 1,580
Try this out, I installed it this morning, and it worked perfect. THanks,
Brian

# 4 13-11-2002 , 10:12 PM
mtmckinley's Avatar
The Maya Mountain
Join Date: Aug 2002
Location: Seattle, WA
Posts: 8,245
Thanks, that worked. user added image Not sure why the one on the site wouldn't.

# 5 13-11-2002 , 10:14 PM
brian_ellebracht's Avatar
Registered User
Join Date: Oct 2002
Location: St. louis Mo
Posts: 1,580
COOL. Glad that I could help. He incorperated the ability to make the lights controled the the sky color or the ground plane color, I did the same thing to his version 1 script, my previous post here. THanks,
Brian


Please check
My (old) website!
# 6 13-11-2002 , 10:14 PM
Roman's Avatar
Supreme Being
Join Date: May 2002
Location: Athens, Greece
Posts: 1,123
thnx man.. prob will come in handy.. :p

# 7 13-11-2002 , 10:24 PM
Kurt's Avatar
Registered User
Join Date: May 2002
Location: Niagara Falls, Canada
Posts: 5,310
I was never good installing them those type of files, i always mess up lack of PC knowledge, Im a MAC guy.

Might need a blow by blow how to get it working soon.


I am enough of an artist to draw freely upon my imagination, knowledge is limited, imagination encircles the world. (Albert Einstein)

https://www.artstation.com/kurtb
# 8 14-11-2002 , 01:21 PM
brian_ellebracht's Avatar
Registered User
Join Date: Oct 2002
Location: St. louis Mo
Posts: 1,580
Thats cool, but did you by anychance check out his site? He gives a bunch of info there to. but it you still need some how to help let me know. thanks,
brian


Please check
My (old) website!
# 9 14-11-2002 , 04:07 PM
mtmckinley's Avatar
The Maya Mountain
Join Date: Aug 2002
Location: Seattle, WA
Posts: 8,245
well, I installed it right, at least I think so, but it's not able to find the files... I copied the file path into the mel script like instructed, but when I attempt to perform the action, it says it can't find it. Like this: Can't find C:AWMaya4.0Scripts.

It seems to ignore the "\" I placed between each folder... does it only work for 4.5?

# 10 14-11-2002 , 04:11 PM
Kurt's Avatar
Registered User
Join Date: May 2002
Location: Niagara Falls, Canada
Posts: 5,310
That's what happens to me too most of the time when i try to use a plugin.


I am enough of an artist to draw freely upon my imagination, knowledge is limited, imagination encircles the world. (Albert Einstein)

https://www.artstation.com/kurtb
# 11 14-11-2002 , 06:32 PM
Russell's Avatar
Registered User
Join Date: May 2002
Location: Sioux Falls, SD
Posts: 370
I see I'm not the only one having trouble getting this f***er to install right (sorry for the language but I'm very p***ed!~ ;P Can anybody PLEASE tell me how you installed it, IF it worked right. I put all the right files in all the right places and even went to "line 57" and changed my path and it STILL didn't work! I cried so hard over that... no, really. user added image I'll give anyone a buffalo nickel if you can help me! I'm dying to try it out! Even My Pix-"hoe" himself couldn't explain it to me well enough (sorry Mr. GI Joe dude). Thanks!!! Sorry again, guys and gals, for being so miffed... user added image


Russell Bolding
CEO/Founder - Russelltopia Studios
Web:https://www.russelltopia.com
Email:russbo@russelltopia.com
# 12 14-11-2002 , 07:08 PM
kbrown's Avatar
Moderator
Join Date: Sep 2002
Location: London, UK
Posts: 3,198
I haven't tried it but with the paths, use "/" or "\\" instead of a "\".

In most programming languages a single \ has a special meaning (so called escape character).


Kari
- My Website
- My IMDB

Do a lot, Fail a lot and Learn a lot!
# 13 14-11-2002 , 07:17 PM
brian_ellebracht's Avatar
Registered User
Join Date: Oct 2002
Location: St. louis Mo
Posts: 1,580
You can always open the script in the script editor, and exicute it, then just type GI_Joe in the command line. The reason why it won't work is because It can't find the LIGHTS file. Or, to get it to work normal, You have to edit the script with the location to where you put the file. And, if it still dosen't work, then you have to make sure you .env file is written correctly.

Either create or edit your Maya.env, and specify your script path like so:


*MAYA_SCRIPT_PATH=C:\DocumentandSettings\default\D o
cuments\maya\scripts (you need to include 'scripts' in the path)
Then save your maya.env into your maya install dir (if I remember well, correct me if I'm wrong)

However, I suggest you to create another script dir on a more 'easy to understand by Maya' location (actually, the "\", and " " (spaces) are really a pain) in defining paths for Maya. *


**Off of Cgt

# 14 14-11-2002 , 08:46 PM
sdch1000's Avatar
Subscriber
Join Date: Jun 2002
Location: Miami, FL. USA
Posts: 110
I'm running version 4.5, and I get:

Error: File not found.: Cuser added imageocuments and SettingsStevenCMy DocumentsmayascriptsGIJoe.lights

Basically it ignores the "/". I tried using "\" instead of "/" and get the same error. I get this error when I click the "Go create" button from the popup window. I guess I'll try to create a directory without spaces and try again.


Steven C.

Last edited by sdch1000; 14-11-2002 at 08:50 PM.
# 15 14-11-2002 , 08:50 PM
brian_ellebracht's Avatar
Registered User
Join Date: Oct 2002
Location: St. louis Mo
Posts: 1,580
Well you can do what i do, wich is right above your post.

"You can always open the script in the script editor, and exicute it, then just type GI_Joe in the command line. The reason why it won't work is because It can't find the LIGHTS file."

For what i just listed above, you have to have the lights file in the same file as the script. I haven't even tried to change the dirrectory of the light file like he says to do on his website because of all of those errors people are getting, if you just open it in script editor first in maya and exicute it, then type it in like you normally would in the comand line, then it should work fine. But you have to go thru that process everytime you have a new scene you want to use it in. Hope this helps,
Brian


Please check
My (old) website!
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