Maya for 3D Printing - Rapid Prototyping
In this course we're going to look at something a little different, creating technically accurate 3D printed parts.
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: 1,733
arneoog
by arneoog
03-08-2006|12:13 PM
Replies: 0
Views: 1,733
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: 2,485
discostu 14-07-2006|05:30 PM
Replies: 2
Views: 2,485
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: 5,202
Falott
by Falott
27-06-2006|04:26 PM
Replies: 5
Views: 5,202
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: 1,543
mike_bonifacio
by skywola
21-06-2006|08:47 PM
Replies: 3
Views: 1,543
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: 3,698
skywola
by skywola
16-06-2006|04:29 AM
Replies: 0
Views: 3,698
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: 1,990
Dann
by skywola
09-06-2006|01:26 AM
Replies: 1
Views: 1,990
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,387
Dann
by Dann
08-06-2006|06:39 PM
Replies: 2
Views: 1,387
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: 7,451
Falott
by Falott
01-06-2006|06:01 PM
Replies: 2
Views: 7,451
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: 1,887
mayakid14 31-05-2006|08:57 PM
Replies: 1
Views: 1,887
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: 19,588
MattTheMan 24-05-2006|12:13 AM
Replies: 90
Views: 19,588
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: 4,019
vladimirjp 27-04-2006|02:39 AM
Replies: 15
Views: 4,019
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,479
scoonie_p 16-04-2006|04:00 PM
Replies: 0
Views: 2,479
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: 7,333
Velusion 06-04-2006|04:28 PM
Replies: 7
Views: 7,333
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: 17,271
mayakid14
by Alan
29-03-2006|03:12 PM
Replies: 3
Views: 17,271
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: 11,975
ade90054
by Alan
29-03-2006|09:30 AM
Replies: 1
Views: 11,975
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: 2,860
j5ive
by BMS
29-03-2006|07:02 AM
Replies: 8
Views: 2,860
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: 1,638
epatata
by skywola
27-03-2006|07:36 PM
Replies: 5
Views: 1,638
How to control the size of a window . . . string $window = `window -title "Window Sizing"`; columnLayout -adjustableColumn true; button -label...
Thread by: skywola Subscribe
Views: 2,852
skywola
by skywola
25-03-2006|05:37 PM
Replies: 2
Views: 2,852
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: 1,830
skywola
by skywola
25-03-2006|05:36 PM
Replies: 2
Views: 1,830
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: 1,692
skywola
by skywola
25-03-2006|05:48 AM
Replies: 0
Views: 1,692
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: 4,741
leni
by leni
24-03-2006|07:38 AM
Replies: 4
Views: 4,741
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: 1,718
skywola
by skywola
10-03-2006|12:12 PM
Replies: 0
Views: 1,718
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,518
skywola
by skywola
10-03-2006|11:19 AM
Replies: 0
Views: 1,518
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,389
skywola
by Falott
10-03-2006|07:29 AM
Replies: 10
Views: 3,389
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,479
skywola
by skywola
10-03-2006|07:26 AM
Replies: 0
Views: 1,479
Showing threads 326 to 350 of 577
Currently Active Users 17 ( 0 members & 17 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