The
jaw bone in undead.model has a bizarre singular model-to-bone-space matrix that was probably a mistake by the developers:
Code: Select all
<Matrix 4x3 (-0.0000, 1.0000, -0.0047, -1.8348)
(-1.0000, -0.0000, -0.0000, 0.0007)
(-0.0000, 0.0047, 1.0000, -0.0092)>
Grimrock is able to tolerate this matrix, and the plugin will dutifully import it, but can't export it. As I cannot think of any situation where you'd actually
want to export a singular matrix, I don't plan to ever change this; getting an error message is much better.
If you want to modify undead.model, move the tail of that bone to wherever you think it should be.