Alternative to Bevel Object and animating "End"?

Does anyone know of another way to animate a long cylindrical object “growing”?

For example if I have a model of a vine or maybe Spiderman shooting a web? The only way I know is a Bevel Object on a curve and animating the “End” attribute.

Thank you!

If it’s cylindrical and straight you can add three bones in an armature. The first is upright, located at one end of the cylinder, and you assign the vertices of that end to it. The second is horizontal along the line of the cylinder and is connected and parented to the first and inherits rotation and scale. the third is also upright, located at the opposite end, and is connected to the second, inherits rotation but NOT scale. Assign the far end vertices to this bone. To extend the cylinder simply scale the horizontal bone, to move or rotate the whole cylinder rotate/grab the first bone.

Or, use shapekeys - add a Basis key (you must do this first) add a second key and move the vertices of one end of the cylinder to the extended position with the key set to value 1. The you can keyframe the value to extend the cylinder.

Personally I would use the armature as it gives you more flexibility as to how far you can extend the cylinder.

If the cylinder is not straight (it is not a cylinder if this is the case) - I believe you have to use a curve and bevel object, that being the only method I know of, maybe others will know a different way. I have to admit that once I find a simple way to do something I tend to stick with it.

Cheers, Clock.

Thank you for the reply, Clock!

is this how you envisioned the armature?


Not exactly :), more like this:


Here’s the blend file:

cylinder.blend (461 KB)

Just press Play…

Cheers, Clock. :eyebrowlift2:

Clock! Thank you again for your help! That definitely could be a workflow. I will probably need to create multiple sections with multiple armatures. Looks like if the cylinder is small enough and animated fast enough I might be able to get away with a Build Modifier. Like in this tutorial: https://www.youtube.com/watch?v=lpl-SsRm7RA

It’s good practice to use as few armatures as possible, preferably only 1. This keeps all the actions in one object, you can have multiple “sets” of bones in one armature, so for spiderman squirting webs, you should ideally add these bones for the web into the existing armature. I have looked at the Tutorial, this may have some limitations for you, but see how it goes.

Cheers, Clock.

1 Like