When importing animated DirectX files into irrEdit v1.5, animation is corrupted when the DirectX file has multiple materials.
Specifically, if two faces share an edge, but are assigned to two different materials, animation will be corrupted and you'll get
this error message:
"X loader: Duplicated vertex, animation might be corrupted."
If the DirectX importer is splitting vertices per material, I don't believe vertices are being split correctly when animation is present.
As a workaround, if you unweld all edges at the material borders, this will fix the problem.
I uploaded an example of the bug:
http://www.megaupload.com/?d=CJCJWDRO
http://depositfiles.com/files/lj5imvaxx
http://rapidshare.com/files/336839885/t ... s.zip.html
edit:
Importing Blitz3D .B3D files also show the same vertex-material splitting animation bug.
