MD2 animation names

Started by Gatobot14, July 12, 2015, 09:13:35 PM

Previous topic - Next topic

Gatobot14

hi egon!
i create a md2 model and added two animations, "idle" and "walk" are the names for those
when object is loaded in jpct i get the next output:
.
.
.
Coverting MD2-format into jPCT-format...
Processing: idlehdulesp...
Processing: walkhdulesp...


this are the animation in the file that i made
but when i print the names i get the following:

DEBUG: complete
DEBUG: idlehdulesp

just one animation keeps its name
is there a way to keep the original names for the animations?



EgonOlsen

#1
Looks like an exporter issue to me. I'm just taking the names as they are in the file. I don't make up the name "complete" anywhere, so it has to be part of the file.

Gatobot14

youre right its the exporter(fragmotion) i have to add another animation whit name "complete"
but it keeps changing my animations names :P