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.
Hello! :) I'm currently making a GUI for a Maya plug-in, and I am going to have some buttons on there that has to have some transparent parts....
Thread by: arneoog Subscribe
Views: 2,022
arneoog
by arneoog
03-08-2006|12:13 PM
Replies: 0
Views: 2,022
I am working on a animation short with a group of about 8 people and we have an area where all the master files are stored. I want to keep my project...
Thread by: discostu Subscribe
Views: 3,048
discostu 14-07-2006|05:30 PM
Replies: 2
Views: 3,048
is there a possibility to create a geometry like a topology out of bout 2000 locators imported from a tracking program? if yes, I´d be happy!
Thread by: Falott Subscribe
Views: 6,281
Falott
by Falott
27-06-2006|04:26 PM
Replies: 5
Views: 6,281
when i try to write an expression in maya, i keep getting an error attributes must be of float, integer, or boolean types filmTranslate. film...
Thread by: mike_bonifacio Subscribe
Views: 2,020
mike_bonifacio
by skywola
21-06-2006|08:47 PM
Replies: 3
Views: 2,020
fitPanel -selected; This command does not seem to work good when I use it, it puts the object in the center of the panel (in perspective view),...
Thread by: skywola Subscribe
Views: 4,102
skywola
by skywola
16-06-2006|04:29 AM
Replies: 0
Views: 4,102
I know I've used this command before, but I can't get it to work today. According to the Maya docs, the following should make a button. ...
Thread by: Dann Subscribe
Views: 2,372
Dann
by skywola
09-06-2006|01:26 AM
Replies: 1
Views: 2,372
I've written a little script that creates a master cube and a bunch of followers. Hard to explain the usage for this, but go with me. It actually...
Thread by: Dann Subscribe
Views: 1,780
Dann
by Dann
08-06-2006|06:39 PM
Replies: 2
Views: 1,780
how do I randomize some selected vertices with the rand-command? just need to move the verts in Y a tiny little distance.
Thread by: Falott Subscribe
Views: 8,200
Falott
by Falott
01-06-2006|06:01 PM
Replies: 2
Views: 8,200
I have been working with a simple MEL script for animation. The code imports a pixel map and searches through the pixels. Sometimes the pixels...
Thread by: mayakid14 Subscribe
Views: 2,288
mayakid14 31-05-2006|08:57 PM
Replies: 1
Views: 2,288
Ok, this is a work in progress. I am programming a raytracer in c++. I will post a first update tonight, with diffuse shading. I will be using two...
Thread by: MattTheMan Subscribe
Views: 24,787
MattTheMan 24-05-2006|12:13 AM
Replies: 90
Views: 24,787
is there a way to catch the state of normals? to know what direction they are facing? if they are facing away from camera or not. im tring to...
Thread by: vladimirjp Subscribe
Views: 5,214
vladimirjp 27-04-2006|02:39 AM
Replies: 15
Views: 5,214
just wondering if anyone has heard of a script in maya for "paste opposite pose"? i think this is a feature in max that many maya animators are...
Thread by: scoonie_p Subscribe
Views: 2,846
scoonie_p 16-04-2006|04:00 PM
Replies: 0
Views: 2,846
I'm going to write a script that will be a great tool for animators but I could use a little guidance. Here's what I'm trying to do: Imagine...
Thread by: Velusion Subscribe
Views: 8,407
Velusion 06-04-2006|04:28 PM
Replies: 7
Views: 8,407
Does anyone know if there is a way to convert a string to an int or a float. Example: string $mystring = "15"; int $myint = ($mystring - 1);...
Thread by: mayakid14 Subscribe
Views: 18,083
mayakid14
by Alan
29-03-2006|03:12 PM
Replies: 3
Views: 18,083
Hi all, Does anybody know of a way to do a "save as copy" much like photoshop does, I want to be able to save my current scene out as a differnt...
Thread by: ade90054 Subscribe
Views: 12,786
ade90054
by Alan
29-03-2006|09:30 AM
Replies: 1
Views: 12,786
What MEL scripts do you use on a regular basis and what do they perfom? Also, what is the mjpoly script?
Thread by: j5ive Subscribe
Views: 3,588
j5ive
by BMS
29-03-2006|07:02 AM
Replies: 8
Views: 3,588
what code I use to print actual date and hour of system? using this same thread, I want to ask what is the best way to store large amount of text...
Thread by: epatata Subscribe
Views: 2,181
epatata
by skywola
27-03-2006|07:36 PM
Replies: 5
Views: 2,181
How to control the size of a window . . . string $window = `window -title "Window Sizing"`; columnLayout -adjustableColumn true; button -label...
Thread by: skywola Subscribe
Views: 3,431
skywola
by skywola
25-03-2006|05:37 PM
Replies: 2
Views: 3,431
To create an expression in MEL, you would do this: expression -s "ls.rotateY = time;" -o expression1 -ae 1 -uc all ; // Result: expression1 // ...
Thread by: skywola Subscribe
Views: 2,414
skywola
by skywola
25-03-2006|05:36 PM
Replies: 2
Views: 2,414
This is part of the code the is used to build the sliders for various controls in the Walkerman window. First, I check to make sure that the Left...
Thread by: skywola Subscribe
Views: 2,092
skywola
by skywola
25-03-2006|05:48 AM
Replies: 0
Views: 2,092
hi, does anyone know, how to get informations like: parent, child, length, head or tail from a joint with mel? lg, leni
Thread by: leni Subscribe
Views: 5,475
leni
by leni
24-03-2006|07:38 AM
Replies: 4
Views: 5,475
This is the third procedure called, in the Walkerman program. If you are stepping thru Walkerman with the script editor, you would be doing this:...
Thread by: skywola Subscribe
Views: 2,051
skywola
by skywola
10-03-2006|12:12 PM
Replies: 0
Views: 2,051
On this procedure, I will only list PART of it, it is very straigh-forward and relatively redundant, as far as the commands go. If you want to...
Thread by: skywola Subscribe
Views: 1,839
skywola
by skywola
10-03-2006|11:19 AM
Replies: 0
Views: 1,839
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: 4,223
skywola
by Falott
10-03-2006|07:29 AM
Replies: 10
Views: 4,223
This is a detailed explaination of the Walkerman procedure for creating a biped skeleton . . . . If you want a procedure to only be callable...
Thread by: skywola Subscribe
Views: 1,814
skywola
by skywola
10-03-2006|07:26 AM
Replies: 0
Views: 1,814
Showing threads 326 to 350 of 577
Currently Active Users 14 ( 0 members & 14 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