View Full Version : Preform a opperation on multiple objects?
watti 09-24-2008, 12:16 PM Hello! I drawd a pattern (Of a shatter) in Illustrator, then importet it to maya.
Now i got curvs
curvs1 to curvs518 And i what to do a Planar on eash of them,, Selecting them doesent work.. So how can i typ this in mel?
Im pretty noob at this! So all help is welcome! :)
//simon!
|
|
GiantG
09-24-2008, 01:37 PM
What do you mean with "planar". Which Operation in Maya do you want to use?
watti
09-24-2008, 01:56 PM
in the surface drop down...
There is a "Planar"
http://www.bildbox.se/2204.html (http://www.bildbox.se/srv1/bildbox.se_4945092408_155631.jpg)
GiantG
09-24-2008, 02:06 PM
Hi.
I don't know much about this nurbs feature but this shoulde work.
Select all curves an run the script.
for ($each in `ls -sl -fl`) planarSrf -ch 1 -d 3 -ko 0 -tol 0 -rn 0 -po 1 $each;
You have to adjust the flags to your needs... found in maya's documentation.
cheerz...
watti
09-24-2008, 02:11 PM
Hi.
I don't know much about this nurbs feature but this shoulde work.
Select all curves an run the script.
for ($each in `ls -sl -fl`) planarSrf -ch 1 -d 3 -ko 0 -tol 0 -rn 0 -po 1 $each;
You have to adjust the flags to your needs... found in maya's documentation.
cheerz...
Thanks man! it worked perfectly!! :)
CGTalk Moderation
09-24-2008, 02:11 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.