Beer glass scene creation
This course contains a little bit of everything with modeling, UVing, texturing and dynamics in Maya, as well as compositing multilayered EXR's in Photoshop.
# 1 15-06-2003 , 01:52 PM
mark_wilkins's Avatar
Registered User
Join Date: Jan 2003
Posts: 161

New series of mini-tutorials at www.melscripting.com

I'm starting a new series of mini-tutorials at www.melscripting.com to discuss topics of interest in MEL. These will be focused and short discussions that go beyond the coverage in MEL Scripting for Maya Animators.

I hope they're useful! The first one, posted this morning, is entitled Local and Global Procedures.

-- Mark


Mark R. Wilkins
author of MEL Scripting for Maya Animators
www.melscripting.com
# 2 15-06-2003 , 02:08 PM
adldesigner's Avatar
Registered User
Join Date: Sep 2002
Location: CCS, Venezuela
Posts: 3,363
Sounds very good Mark.
I´ll be sure to keep an eye out on that page.

# 3 17-06-2003 , 12:58 AM
mark_wilkins's Avatar
Registered User
Join Date: Jan 2003
Posts: 161
BTW, any suggestions for future mini-tutorials? Scope should be a page or two, and preferably not covered in MEL Scripting for Maya Animators.

-- Mark


Mark R. Wilkins
author of MEL Scripting for Maya Animators
www.melscripting.com
# 4 17-06-2003 , 01:22 AM
Emo's Avatar
Subscriber
Join Date: Jul 2002
Location: MELville
Posts: 1,100
Hey Mark, this mini-tutorial idea is really cool...but looking at the index of your book, it'll be very hard to pick something for the tutorials... user added image

ummm... I guess the main thing that scares everybody of MEL is the programming ... maybe you can do a series for people who have NO idea about programming and little steps that will guide them more into it. Soon enough, they'll buy the book too user added image

Me? I would love something like that... I would also buy your book but I want to get pretty good in C/C++ first and then I'll start thinking about MEL... (right now I'm sitting in my C++ class and as you can see, I'm very productive user added image )


-Emo

# 5 17-06-2003 , 02:10 AM
mark_wilkins's Avatar
Registered User
Join Date: Jan 2003
Posts: 161
hehe Emo: that's what the book is!

Actually the logic for the mini-tutorials is that we chose not to cover some topics that are intermediate in complexity but are really, really useful. I'm trying to hit some of those with these things.

The book itself is quite gentle for non-programmers -- I think the mini-tutorials are mostly useful to fill in gaps for people who have worked through the book and are looking for more.

-- Mark


Mark R. Wilkins
author of MEL Scripting for Maya Animators
www.melscripting.com
# 6 17-06-2003 , 02:35 AM
Emo's Avatar
Subscriber
Join Date: Jul 2002
Location: MELville
Posts: 1,100
Thanks for explaining...

one thing, is MEL too different from C/C++? I dont want to get into MEL and start mixing the languages
-Emo

# 7 17-06-2003 , 10:22 AM
mark_wilkins's Avatar
Registered User
Join Date: Jan 2003
Posts: 161
they're similar, but different enough that I suspect you can keep them straight.

-- Mark


Mark R. Wilkins
author of MEL Scripting for Maya Animators
www.melscripting.com
# 8 17-06-2003 , 02:56 PM
ragecgi's Avatar
Registered User
Join Date: Sep 2002
Location: Minnesota, USA
Posts: 3,709
Man, I GOTTA get your book when cash allows...

I was gonna suggest "loops", but I noticed that it's already covered in Chap 9user added image (dam!) hehe...


Israel "Izzy" Long
Motion and Title Design for Broadcast-Film-DS
izzylong.com
# 9 24-06-2003 , 01:53 AM
BabyDuck's Avatar
Subscriber
Join Date: Nov 2002
Location: USA
Posts: 1,170
i would like to see a mini-tut on this slight problem i still try to figure out how to do: random brick texture with mel.

i would like a rendernode done in mel that gets asked a certain position to color, then looks up a (e.g. procedural fractal) at a gridpoint closest to the asked for position - depending on the grey value, it decides which brick texture to use (maybe 20 differant bricks). look up that texture and return the value so it can be rendered.

this would create really random and non-repeating brick textures and only needs a small amount of differant brick text. not sure if mel allows that - but it would be nice to know user added image

# 10 24-06-2003 , 02:20 AM
mark_wilkins's Avatar
Registered User
Join Date: Jan 2003
Posts: 161
But but but...

though you can use an expression for rendering like this it's REALLY BAD because it's so slow (has to be executed multiple times per pixel!!)

Why not use utility nodes??

-- Mark


Mark R. Wilkins
author of MEL Scripting for Maya Animators
www.melscripting.com
# 11 24-06-2003 , 03:22 AM
BabyDuck's Avatar
Subscriber
Join Date: Nov 2002
Location: USA
Posts: 1,170
mhh utility nodes - that sounds interesting - gotta research on them too now user added image

i was not really after fast - i was after "how to get it to work at all" - i could bake it into one texture once i like how looks - walls usually do not move a lot user added image

# 12 24-06-2003 , 08:36 PM
mark_wilkins's Avatar
Registered User
Join Date: Jan 2003
Posts: 161
the problem is that if you put expressions in your shading networks you may discover that it won't render at all because it's simply too heavy, or that it's too slow to test.

You've got plenty of tools to work with in the utility nodes and I'm pretty sure you can get an excellent start there -- and when that gets you to your limit, start looking into writing a shading node plug-in.

Expressions in render networks: Aaaaaaa!!! user added image

-- Mark


Mark R. Wilkins
author of MEL Scripting for Maya Animators
www.melscripting.com
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