View Single Post
# 1 08-07-2012 , 04:23 AM
Registered User
Join Date: Jul 2012
Posts: 2

Ability to change radius from a extruded NURBS circle along a curve

Hello!

I've been tapping my head to this issue for a little while now, and I would like to reach out for some help.
I am trying to create an animated line that flies around and moves around objects on the screen. While the line slithers around, it will change in "thickness." I've attempted to tackle this in a few ways but ran into problems with each of them:

1) I've tried creating a CV curve as a path for a line (or tube, since it can change thickness?) to move in, and created a cylinder to "attach to motion path." Then, I created a "Flow Path Object" on the cylinder for it to move more smoothly. The issue I've encountered though was that I couldn't change the length of the cylinder without it distorting or going off pivot.

2) I kept the same CV curve, but instead of creating a cylinder I created a NURBS circle and extruded it along the curve to create a tube. I could key the subCurb values to "animate" the movement of the tube, but I am left without the ability to manipulate the "radius" of the tube without it distorting/moving away from the pivot.

3) Same as #2 but instead of extruding with a NURBS circle, I extruded using the polygon faces of a cylinder. I lose the ability to key subCurb, and from there on I was unable to figure out a way to continue with this method.

I feel more inclined to continue with the second method because it was much simpler to just manipulate the subCurb value. However, adjusting the scale attributes of the extruded mesh did not simply increase its diameter, but expanded the entire mesh (not sure if I was able to word that correctly without confusion). I wonder if there are any solutions to this issue. I feel that I am missing something trivial that would solve this immediately. I appreciate any input.