how to handle disappearing vector shapes?
Moderators: Víctor Paredes, Belgarath, slowtiger
how to handle disappearing vector shapes?
no this isn't about a glitch. Im afraid its a newbie Question.
im feeling my way through AS and am at a crossroads. id like to know how to handle shapes that *should* disappear (shapes that appear *during* the animation would be easier perhaps?)
By that, I mean if you have an animation of a guy turning his head 180 degrees, each eye will either appear and/or disappear when the head turns a certain amount. what happens to the vector shapes (eyes) when they disappear?
in order to turn off visibility, you have to turn off the entire layer, not just one shape.....
so, how does one handle this?
thank you
-edg
im feeling my way through AS and am at a crossroads. id like to know how to handle shapes that *should* disappear (shapes that appear *during* the animation would be easier perhaps?)
By that, I mean if you have an animation of a guy turning his head 180 degrees, each eye will either appear and/or disappear when the head turns a certain amount. what happens to the vector shapes (eyes) when they disappear?
in order to turn off visibility, you have to turn off the entire layer, not just one shape.....
so, how does one handle this?
thank you
-edg
Last edited by egendron on Fri Sep 12, 2008 12:03 am, edited 1 time in total.
- toonertime
- Posts: 595
- Joined: Tue Feb 27, 2007 8:34 am
- Location: ST. LOUIS
a possible answer
one way to go at that is with
switch layers. they are in the manual.
switch layers. they are in the manual.
- Víctor Paredes
- Site Admin
- Posts: 5817
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
to make a shape dissapear, you must to select and paint it (and its border) totally transparent.
remember you first must to add a keyframe just before this new one, if you want to make that the shape suddenly dissapear.
but i think that switch layer are better sometimes. and layer visibility works better too, just separate your character in several layers (remember you can reorder the layers in time too, something you can't between shapes).
remember you first must to add a keyframe just before this new one, if you want to make that the shape suddenly dissapear.
but i think that switch layer are better sometimes. and layer visibility works better too, just separate your character in several layers (remember you can reorder the layers in time too, something you can't between shapes).
ok
so i suppose I went wrong early on.
When *drawing/designing* the model to be animated, I should have separated shapes of the face into *separate* vector layers as opposed to just one? wow, I bet this makes for a whole lotta layers. of course, to be efficient, I suppose that they would all have to be inside a "face group folder" to move coherently?
OR
I could indeed try just animating the color (thank you for the reminder of the keyframe) to totally transparent alpha?
regarding this, Selgin mentioned that switch layers are better. Im curious, does this method (animating the color/alpha) not always work properly? occasional glitch or something?
Im familiar with switch layers, and I can do that properly but had just avoided it in the past bc it seems rather cumbersome in a vector drawn animation.
thanks again!!
-edg
so i suppose I went wrong early on.
When *drawing/designing* the model to be animated, I should have separated shapes of the face into *separate* vector layers as opposed to just one? wow, I bet this makes for a whole lotta layers. of course, to be efficient, I suppose that they would all have to be inside a "face group folder" to move coherently?
OR
I could indeed try just animating the color (thank you for the reminder of the keyframe) to totally transparent alpha?
regarding this, Selgin mentioned that switch layers are better. Im curious, does this method (animating the color/alpha) not always work properly? occasional glitch or something?
Im familiar with switch layers, and I can do that properly but had just avoided it in the past bc it seems rather cumbersome in a vector drawn animation.
thanks again!!
-edg
- synthsin75
- Posts: 10276
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
It all depends on how often you expect to be changing the visibility, and how you like to work. Most people seems to separate everything into different layers. With the layer sorting, you only have to grab the layer and move it 'behind' another (like an eye moving behind the head).
With everything on the same layer, modifying the shape's alpha value is a good idea, but probably better in a reusable action.
For this kind of thing, switch layers would probably be my last choice.

With everything on the same layer, modifying the shape's alpha value is a good idea, but probably better in a reusable action.
For this kind of thing, switch layers would probably be my last choice.

- synthsin75
- Posts: 10276
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
layer sorting
Quote"With the layer sorting, you only have to grab the layer and move it 'behind' another (like an eye moving behind the head). "
trying layer sorting now. am having trouble selecting the layer to bring it back to the top once it has been "hidden" behind another layer.
is this normal?
-edg
trying layer sorting now. am having trouble selecting the layer to bring it back to the top once it has been "hidden" behind another layer.
is this normal?
-edg
- synthsin75
- Posts: 10276
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Keep something else in mind. How often do you really need a head to turn so far that the eyes disappear? I've found you can get away with just a "partial" turn for 99% of the time. When you need that complete turn then you can address the layering of shapes "that disappear".
The biggest headache for me was the ears. I use multiple layers.
Some of us have been trying to deal with the concept of "3D turns" in AS for a while. Genete wrote a wicked cool script for doing shape ordering in ONE vector layer using bones.
One trick that is fun to try is a switch layer with two "identical" layers. The only difference is that one (or more) of those layers has the shapes reordered. The vectors are identical but the order is changed. So you can turn the head using bones and switch the layer to hide shapes. I only use this for hands/fingers, never tried with a head.
-vern
The biggest headache for me was the ears. I use multiple layers.
Some of us have been trying to deal with the concept of "3D turns" in AS for a while. Genete wrote a wicked cool script for doing shape ordering in ONE vector layer using bones.
One trick that is fun to try is a switch layer with two "identical" layers. The only difference is that one (or more) of those layers has the shapes reordered. The vectors are identical but the order is changed. So you can turn the head using bones and switch the layer to hide shapes. I only use this for hands/fingers, never tried with a head.
-vern