So, I’ve run into an issue importing FBX files from Blender and I’m trying to figure out if the issue should be reported to Unreal or Blender. Edit: Using Blender version 2.73a.
The issue is that if a bone in an armature in an animation has no change (location, rotation, scale), then frequently, the resulting deformation in UE4 ends up being distorted, where child bones may default to the position of the non-changing parent bone.
Here’s an example where the thigh bones default to the position of the root bone:
In order to fix the incorrect deformations, I have to add a some token change to the root bone to fix the thigh bones. In this case, I had to add key change of a micrometer to the root bone’s translation on frame 60.
However, as you can see, now the shoulders seem to be distorted. This leads to a whack-a-mole of adding small trivial changes to the animations to fix those incorrect animations. In a final change, I rotate the shoulder a fraction of a degree.
Which version of Blender are you using? In Blender 2.73 there seems to be a known issue with their FBX exporter that causes bone deformations upon importing to other programs.
Yes you are. I’ve had this exact issue using disconnected bones as well. The bone will maintain it’s offset when it’s connected to the root bone, but when disconnected it’ll “fall down” to the root bone.
I believe the issue lies with Blender’s FBX exporter. Exact same result is seen in assimp.
I apologize for the delay in getting back to you, I was out of the office for a few days. However I have some great news! We were able to get your asset to work in the editor after exporting using the 6.1 ascii exporter in blender 2.73 with some very specific settings. Below are the settings we used in Blender and in the Editor to export/import. Additionally, you may want to ensure that your base pose is at a proper T pose by zeroing out any transformation values. Finally, make sure that your hand IK targets are zeroed out. These may be causing some of your errors on export.