[blender to UE4]Problem with animations

Hi there since one week i have a problem with a skeletal mesh i’ve made on blender with the animation when importing it in unreal engine 4. After research it seams that nobody has my problems.

The animation is “crush” in blender at some points.
The skeletal mesh:

http://img4.hostingpics.net/pics/785684pbimage4.png

An exemple i mage with rigify tool in unreal engine 4.

http://img4.hostingpics.net/pics/738097pbimage2.png

In blender the animation is working great with no problems.
First I tought it was due to rigify so i decided to make my own rig and armature under blender.
But i still have this problem…

The animation in blender, no problems:

http://img4.hostingpics.net/pics/255601pbimage1.png

And it is crushed in UE

http://img4.hostingpics.net/pics/386961pbimage3.png

Of course sometimes the animation is working great when it is only an arm which is moving. But when i move the torso everything crushed in UE4(but not in blender, i repeat). I have also a problem with the foot, everything works great in blender and in UE it doesn’t work good.

The .blend : Loading...

I’m using the last version of the fbx exporter, blender 2.71 and UE 4.2

Thanks for your attention, hoping there is some guys using blender around here!
PS: And a very important point, i’m learning and i’m new to UE and blender, i started few month ago

No idea? I’ve update to UE 4.3 and still same problem. When i do animation moving only one IK bones it’s working great but when i’m moving more than one it’s starting to crush.

In Blender, open up your Armature modifier and uncheck “Preserve Volume”.

Do you get the same type of crushing?

If so, then you have the same problem I had: Unreal does not support Dual Quaternion Skinning (which is what Preserve Volume does, toggles the linear blend skinning to DQS) and this causes mesh breakdown.

You’ll have to re-rig your mesh with Preserve Volume OFF. Try to only parent vertices to two bones rather than many (or one bone if the object must remain rigid, like a helmet or shoulder pad or belt buckle or something), this prevents the kind of complex deformation math that collapses vertices. Also avoid twisting bones too far past each other, linear blend tends to narrow cylinders as one edge rotates.

Preserve Volume is already uncheck :confused:
What is dual quaternion skinning? Never heard of it, but i’m a newbie here in 3d modeling/animation.
So if i’ve understand each vertices must be in maximum two vertex groups? I’ve just applied automatic weight and it seems that no vertices is in more than two vertex group. Is there somewhere i can be sure of that?

Thanks for your answer by the way.

I saw some problems in the armature when I display the bones in the UE skeletal mesh editor. It seem that bones move. They have to be connect to their parents it’s maybe the cause of my problems, i hope it is… I’m going to try to fix it.

http://img15.hostingpics.net/pics/721652pbbone1.png

http://img15.hostingpics.net/pics/551538pbbone2.png

Another problem i’ve seen it’s that bones that bones who do not deform the mesh have been imported(i’ve checked “only deform bones” in the fbx exporter)

Hi i’m coming back with my problem. The crush problem is fix, it seems that unreal engine does not support the keep offset in bones hierarchy, i added bones with deform option disable when i had a keep offset, but i still have problems with bones placement:
For my character:
Screenshot in ue: http://www.hostingpics.net/viewer.php?id=587903captureue4.png
And the same thing in blender: http://www.hostingpics.net/viewer.php?id=445765capturebeldner.png

And with a simple horrible stickman: http://www.hostingpics.net/viewer.php?id=860350captureue4.png
http://www.hostingpics.net/viewer.php?id=150667capturebeldner.png

A lot of people have done videos on youtube with armature in blender to UE4 so I don’t know why it doesn’t work for people because i’m doing the same thing. Maybe i’ve check a wrong option somewhere in blender?

I’m using blender 2.71 with the last FBX exporter and UE 4.3

Thanks a lot for answer!

This is the single most important information I’ve read about the Blender to UE4 workflow. “Preserve Volume” in the Armature Modifier is not preserved during FBX export. I wish there was some way around this (other than using corrective shapekeys). Thanks RhythmScript for this super helpful post!