Game Development Community

Loading "scale"-animation crashes engine (fixed)

by genomegames · in Torque 3D Professional · 01/08/2011 (5:02 am) · 2 replies

Hello everybody!
We are using T3D 1.1 Beta 1 and when I load a "scale"-animation it crashes the engine.
Our gamedesigner was looking for a recovery in next releases of the engine and found repair in Beta 3. It doesn't crash after load and an animation play.
But I wanna develop with Beta 1.
Can I stay with Beta 1 and recovery this error?
I have found a thread "Crash when using scale animations" (http://www.torquepowered.com/community/forums/viewthread/105417) but it doesn't help for me.
Thank you!

#1
01/08/2011 (9:35 am)
Look at the file tsThread.cpp
In beta 3, handleDefaultScale() is called in updateTransitions().
Hope this helps.
#2
01/08/2011 (10:05 am)
Ivan, thank you very much!
It really helps!