Sorry, but English isn't my mother tongue. It's hard to explain. SimonS wrote:
Hast du irgendwann mal das Tool ganz bei den Personenanimationen benutzt ? Dann schreibt sich die aktuelle Geschwindigkeit in die Animation fest. Kann man bis jetzt nur per Hand entfernen in der ved-Datei. Kannste mal in einem Texteditor aufmachen und nach <float suchen.
Search "float" in the ved-file. I found a lot of "float" in some polygon definitions and here:
<AnimationWalkSteps>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
<float float="380.000000"/>
</AnimationWalkSteps>380 is my standard step speed. Vis wrote this value into all frame values, so they can't change into another value you want to set with double mouse click. I deleted all this stuff between "AnimationWalkSteps" and "/AnimationWalkSteps" (start and end-tag) and it worked. Of course I made a backup copy first! ;-)
Machtnix