Page 1 of 1

actions w/out initial state

Posted: Sat Apr 15, 2006 8:43 pm
by qMax
Hi.
I have somewhat newbie questions.

I want to create an action, which has no initial state (only final).
This action is supposed to change position from current to one configured in the action.

For example, i a "squat" action - it is an animating from stand-up position to squatted, the initial state is standing, but it is not fixed - character is supposed to be able to squat from any position.

Now if in mainline character already half-quated, using this action make it first to stand up, and then squat.

How to deal this it ?

Posted: Sun Apr 16, 2006 10:02 am
by jahnocli
There are probably a dozen ways of doing this, but what I'd do is make a switch layer, put all the squatting positions in it, and use that. Nice and simple.

Posted: Sun Apr 16, 2006 7:17 pm
by qMax
jahnocli wrote:There are probably a dozen ways of doing this, but what I'd do is make a switch layer, put all the squatting positions in it, and use that. Nice and simple.
not a solution actually :)

If i'm animating dancing character, number of position cannot be ver discrete.

The only way i've found is do not use actions "by istance",
copying them into pipeline works well (not mentioning that everything has to be redesigned when action changes).

Posted: Tue Apr 18, 2006 3:51 am
by Tim_Ley
I don't know if this helps, but you could always use a one-frame action. I often use the action editor to store poses, then drop them into the animation as needed.

Tim