16
Technical forum / turn off animation blending
« on: May 18, 2008, 11:43:00 PM »
Hey guys! 3d actor animation blending sometimes really annoying, is there some way to disable it? Or I'll have to use Actor.PlayAnimChannel for this?
Latest WME version: WME 1.9.1 (January 1st, 2010) - download
...
;--- external data
MODEL = "actors\Char\Char.x"
MODEL = "actors\Char\walk.X"
MODEL = "actors\Char\cut1_1.X"
MODEL = "actors\Char\talk.X"
FONT = "fonts\arial_bold.font"
;FONT = "fonts\Century Gothic_bold.font"
;CURSOR = ...
ANIMATION
{
NAME="idle"
LOOPING=TRUE
}
ANIMATION
{
NAME="talk"
LOOPING=False
}
...