Topic: animation smooth transition?

hi,
where i do set/change the smooth transition value between animations?

Re: animation smooth transition?

Hehe. That's exactly what I need to be able to do. I was thinking of making a transition animation, and just running that.

For instance. From frame 0-60 walk. From frame 60-75 transition. From frame 75-whenever....

You can also adjust it using lua. Manually setting the frames with setCurrentFrame().

Re: animation smooth transition?

will not work
would have to wait the sequence to finish first in order to change
when the normal is stop and change

Re: animation smooth transition?

I think what you need is called "blending animations". I don't think it's supported yet.

Re: animation smooth transition?

If you add the transition as another animation it should work. My example wasnt full.

Anim0 0-60 walk
Anim1 60-75 transition
Anim2 75...

Then use the changeAnimation() function to determine when the animation should change.

I am going to be trying the same thing today. I will report back.

Re: animation smooth transition?

"I think what you need is called "blending animations". "
yes

"I don't think it's supported yet."
let's see what anael says because I really need to know

Last edited by marval (2013-08-23 13:54:14)

Re: animation smooth transition?

yes animation blending is not supported yet,
it is feasible in c++ plugin by dynamically creating 2 key frames in a temp animation,
but a bit complex.

It's still in the TODO list.