Introduction to Maya - Modeling Fundamentals Vol 1
This course will look at the fundamentals of modeling in Maya with an emphasis on creating good topology. We'll look at what makes a good model in Maya and why objects are modeled in the way they are.
Hi, Does any one knows how to hold a C++ variable in MEL script. I made a plug-in that connects MAYA to other software, and when the command...
Thread by: yaki Subscribe
Views: 3,489
yaki
by Alan
29-04-2004|03:53 PM
Replies: 5
Views: 3,489
Cwaist is all the bones gouped so its pivot is in the orgin rfoot and lfoot are my control foot bones. and im tring to gey the waist to say...
Thread by: crgowo Subscribe
Views: 3,486
crgowo
by crgowo
08-12-2002|05:30 PM
Replies: 4
Views: 3,486
hi. i have a model done in all triangles. i want to convert the triangles to quads but i don't know how. i was pretty sure i did it once a long...
Thread by: mike_bonifacio Subscribe
Views: 3,467
mike_bonifacio
by arneoog
11-12-2006|06:56 AM
Replies: 1
Views: 3,467
Anyone here familiar with 'Complete Maya Programming' book by David Gould? Well I'm studying with that book now and I'm kinda stuck with sth I don't...
Thread by: Ace of FX Subscribe
Views: 3,396
Ace of FX 25-05-2014|10:26 AM
Replies: 4
Views: 3,396
I am designing a simple user interface. I want user to input 2 separate float values, a text string, and select from a choice of 2 items. I want the...
Thread by: suzanne Subscribe
Views: 3,393
suzanne 23-07-2004|05:19 AM
Replies: 1
Views: 3,393
I have some questions regarding making a plugin for Maya in the Maya 8.0 Script Editor. But first I would like to show you what I have so far in the...
Thread by: Tammy Subscribe
Views: 3,372
Tammy
by t1ck135
27-03-2008|09:07 AM
Replies: 1
Views: 3,372
I need a tool which enables me to create contribution maps with a name of my choice and adding opacity pass to the respective contribution map. ...
Thread by: Gourish317 Subscribe
Views: 3,355
Gourish317 04-11-2016|02:03 AM
Replies: 0
Views: 3,355
Hi, I've heard a lot about MEL and that it can be used extensively in the CG industry. But can someone explain to me exactly what areas it is used...
Thread by: nspiratn Subscribe
Views: 3,348
nspiratn 18-09-2003|02:18 PM
Replies: 5
Views: 3,348
I keep getting a syntax error when I try to put the result of a polyUnite into a string array. string $polySurf; = `polyUnite $planeList...
Thread by: ScoobyTheNatty Subscribe
Views: 3,336
ScoobyTheNatty
by Gen
17-12-2013|10:10 PM
Replies: 1
Views: 3,336
I would like to write a mel script to select certain objects.. for instance i would like to select the joints in a rig I intend to skin to. (I...
Thread by: leotikansas Subscribe
Views: 3,331
leotikansas 08-05-2008|09:05 PM
Replies: 2
Views: 3,331
I downloaded the findAndReplace.mel script from: http://www.creativecrash.com/maya/script/findandreplace I put it in the scripts folder. When I...
Thread by: sparkyrex Subscribe
Views: 3,327
sparkyrex
by ieoie
17-03-2015|09:53 AM
Replies: 1
Views: 3,327
I would like to go further into rigging my characters and gain a solid MEL education mostly for animation (so I can build my own animation tools to...
Thread by: tgx Subscribe
Views: 3,326
tgx 30-01-2003|05:02 PM
Replies: 5
Views: 3,326
Hey guys, Was wondering how would I go about either setting a particle grid to be made on the position of a plane or have a plane be created at a...
Thread by: bendingiscool Subscribe
Views: 3,319
bendingiscool 19-05-2008|11:33 PM
Replies: 3
Views: 3,319
Just got my copy of Mark's book today. OMG, this rocks! I'm going to have to be careful that MEL doesn't take over my life. Nice job, Mark! :D
Thread by: dannyngan Subscribe
Views: 3,312
dannyngan
by Hugh
21-05-2003|07:56 AM
Replies: 6
Views: 3,312
Hi, I am trying to understrand the transformation matrices used in "transform" node. According to maya docs, the final transformation is : matrix =...
Thread by: catchyid Subscribe
Views: 3,296
catchyid 08-11-2015|12:47 PM
Replies: 0
Views: 3,296
string $selections = `ls -sl`; for ($selection in $selections) { addAttr -ln vcoord -at double -min 0 -max 1 $selection; ...
Thread by: faraj Subscribe
Views: 3,288
faraj
by kbrown
15-07-2007|06:16 AM
Replies: 4
Views: 3,288
Is their any script through which i can convert my high poly model to low poly...?
Thread by: Dushyant Subscribe
Views: 3,258
Dushyant 12-07-2011|08:54 PM
Replies: 0
Views: 3,258
Hello, I have sprites that I would like to make randomly rotate on the Z Axis, how would you write an expression for this? Cheers in advance. ...
Thread by: bendingiscool Subscribe
Views: 3,256
wokendreams 28-11-2007|06:58 PM
Replies: 1
Views: 3,256
here's a script I've been working on. It'll make camera animation alot easier. Some people have helped me create it when I got stuck on the coding,...
Thread by: Grayth Subscribe
Views: 3,243
Grayth
by Grayth
25-10-2005|07:41 PM
Replies: 0
Views: 3,243
Happy New Year all! I was wondering if there's a way of setting start and end times on a runtime expression. I mean, since a runtime expression is...
Thread by: Calvin Subscribe
Views: 3,235
Calvin
by Calvin
15-01-2003|01:26 AM
Replies: 2
Views: 3,235
Hi, Suppose I have one human model(A) and another human model of different size(B). I want to transform A to B that is I want to transform the...
Thread by: sononu Subscribe
Views: 3,226
sononu 23-09-2014|06:59 PM
Replies: 1
Views: 3,226
I have a treeView control that will not display all the items ( 1500) that I've added. Is there a maximum number of items that I can add? Is...
Thread by: eharmon Subscribe
Views: 3,222
eharmon
by eharmon
28-06-2016|04:29 PM
Replies: 0
Views: 3,222
Hi guys, how do I add smoke to my train - I want the smoke to blow upwards when the train is stationary, and for it to blow backwards as the train...
Thread by: soreel Subscribe
Views: 3,213
soreel
by Alan
26-11-2003|07:04 PM
Replies: 3
Views: 3,213
New to script writing, I tried using a script from a book and it gave me this error. What does that mean? seems "$include" is fairly common. So...
Thread by: Zer0Boy Subscribe
Views: 3,207
Zer0Boy 28-06-2013|04:07 AM
Replies: 10
Views: 3,207
I am planning on releasing the MEL program that I described earlier as sophisticated MEL animation program that: Automatically animates both biped...
Thread by: skywola Subscribe
Views: 3,204
skywola
by Falott
10-03-2006|07:29 AM
Replies: 10
Views: 3,204
Showing threads 251 to 275 of 577
Currently Active Users 9 ( 0 members & 9 guests)
Threads in Forum : Programming
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