Edgy Bone Tools is a Blender plugin currently only supporting Blender 2.8.X. Since Blender’s native bone tools are sparse and the workflow in conjunction with Unreal Engine isn’t well explored, I decided to write my own tool to assist me in tweaking different assets to maintain compatibility with standards established by Epic Games.

Its feature set consists of the following:

Armature Editing

The armature editing tools are available only when selecting a single armature in object mode.

  • It allows you to add UE4 IK bones in the correct hierarchy, setup for you. Provided the bone names are as expected from the default Unreal Engine mannequin skeleton, the IK bones will be positioned correctly.
  • Deleting all right-side bones is also an option. This is useful for the case in which you need to tweak the mannequin’s skeleton for a character with slightly different proportions. After editing is done, you can use Blender’s mirror tool to automatically recreate the bones that are missing.

Armature Transfer

The Armature Transfer panel is available only when selecting two armatures in object mode.

  • It allows you to copy rotations from one armature to another. Quite simple, but effective. Since the way bones are displayed between Maya, where the mannequin is made in, and Blender, differs, the mannequin skeleton looks very off in Blender. This is, despite its looks, correct. Fixing up the bone rotations will make the skeleton look correct inside Blender, but ultimately also change the bones’ rotations. When animation assets are supposed to be shared inside Unreal Engine (contrary to retargeted), the rotations have to be the same.

Per-Bone Editing

The per-bone editing tools are available when selecting a bone in edit mode.

  • Flip operators flip the selected bones on any axis-aligned plane
  • Rotation operators allow you to rotate selected bones 90° per click.

These operators can be used to easy change bone orientations to whatever is needed


The plugin is available here: https://github.com/herr-edgy/EdgyBoneTools

When working with animations made for the Unreal Engine mannequin and its skeleton, the DCC program Blender has its fair share of problems. This is because the mannequin was made with Maya, and joint orientations can be set to anything the user wants, while the display mode simply connects parent with child joints, which makes the skeleton look as one would expect. Joint orientations don’t factor into the display of the skeleton hierarchies.
In Blender actual bones exist with a start and end point. Bones are always pointing towards Y+. When importing the mannequin, end points are therefore pointing into the wrong direction which makes the skeleton look off.

Wanting a modular animation system in which characters and animations can be freely swapped inspired me to research more about animation systems and the underlying technology. Interestingly enough, the aforementioned issues seems to not be considered or well-known online, which leads me to believe that animation retargeting is more often used than animation sharing when it comes to the Unreal-Blender community.