@Kaelthas ,at present, blender animation is imported incorrectly with IK-constarints. Can you bake animation in your blender importer when animation is imported?
I recently helped MilkShape developer and i did a video:
You can easily bake in blender before exporting. As only the IK constraints are saved in the file Kaelthas has to re-implement all the IK code from blender for this. He already does that partially but not all IK types are supported yet. Its not that easy as he cannot use the python scripting in blender to do that (as its a standalone loader). Thats why baking in the editor is always better.
Supporting constraints essentially requires us to implement all of the Blender constraint types in jME3, then bake into animations on the jME3 side. Its a lot of unnecessary work given that you can bake it in Blender with the click of a button.