View Full Version : Modeling furby Faceplate
technobox
11-13-2006, 06:01 PM
I'm new to maya 8 unlimited. I'm working with the furby tutorial and trying to create the faceplate. I draw my curve just fine and place the nurbs square where it's supposed to be but when I go to my extrude tool nothing happens my info bar at the bottom says press enter to select path but I followed selecting the square first then shift selecting the curve. Could someone please help me?
laxman
11-13-2006, 11:16 PM
Go to the outliner, then make sure you select the group called nurbsSquare1, you will see that it consists of 4 different curves, so you have to make sure the entire group is selected, then shift select the curve and extrude.
technobox
11-14-2006, 09:18 AM
thanks for the reply laxman. I have tried that though and it still won't extrude. I really don't know why it isn't extruding, but I'll keep truding until I have figured it out.
laxman
11-14-2006, 11:13 AM
After you go to Surfaces->Extrude, post a screen shot of the setting you used.
technobox
11-14-2006, 11:29 AM
Screen Shot (http://aycu36.webshots.com/image/6835/2001075825615357844_rs.jpg)
Here is the link for the screen shot you requested laxman. Thanks for the help.
laxman
11-14-2006, 08:00 PM
Ok, maya 8 seems to have some problems extruding polygons along curves, also the trasfer UV tool seems to be broken. Try doing this:
open the script editor
Copy and paste this
extrude -ch true -rn false -po 0 -et 2 -ucp 1 -fpt 1 -upn 0 -rotation 0 -scale 1 -rsp 1 "topnurbsSquare1" "curve1" ;
extrude -ch true -rn false -po 0 -et 2 -ucp 1 -fpt 1 -upn 0 -rotation 0 -scale 1 -rsp 1 "leftnurbsSquare1" "curve1" ;
extrude -ch true -rn false -po 0 -et 2 -ucp 1 -fpt 1 -upn 0 -rotation 0 -scale 1 -rsp 1 "bottomnurbsSquare1" "curve1" ;
extrude -ch true -rn false -po 0 -et 2 -ucp 1 -fpt 1 -upn 0 -rotation 0 -scale 1 -rsp 1 "rightnurbsSquare1" "curve1" ;
make sure the names are correct, so each of the four curves making up the square and the curve you are extruding along.
Then press CTRL-Enter
That should work.
technobox
11-14-2006, 11:03 PM
Thanks for the help laxman worked out good.. :yes
laxman
11-15-2006, 03:22 AM
just out of curiosity, can you post the what the script editor said after you did the command using the GUI.