View Full Version : how to extrude style duplicating
butCherHeLL 04-21-2003, 06:34 PM http://host.deluxnetwork.com/~lana/cgtalk/problem2.JPG
look out the screenshot.
I wanted to dublicate 8 samples of NurbsCircle (1 highlighted) along the curve path
with good scale and good rotate.
yeah u understood exactly like EXTRUDE style.
I think there should be a solve to do this in one step with a MEL script to do this .this would be ?:surprised
|
|
gmask
04-21-2003, 08:01 PM
Originally posted by butCherHeLL
http://host.deluxnetwork.com/~lana/cgtalk/problem2.JPG
I think there should be a solve to do this in one step with a MEL script to do this .this would be ?:surprised
You could attach teh profile to the path and then eithe raniamte the scal eof it over time and then eithe rwrite a MELs cript or manually duplicate the curve at different point sin time to get the series of scaled profiles.
int $X=1;
int $numberofprofiles=10;
int $animatecurvetime=30;
while($X <= $animatecurvetime){
currentTime $X ;
duplicate curve1;
$X=$X+($animatecurvetime/$numberofprofiles)
}
larryvm
04-21-2003, 10:33 PM
i think the best way is strude the curve along the path and made the curves in the suface.
all this with a mel script will be very easy
butCherHeLL
04-22-2003, 06:53 AM
:bounce: big thanks
CGTalk Moderation
01-14-2006, 10:00 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.