BoneBreaker - UE4 mannequin animation - effortless and free

Hi everyone,
I figured this is probably the place to announce this and get some user feedback.

I created this little utility script to suit my animating needs - it’s far from being finished, but I put a lot of effort into getting it to play nice with the mannequin and obviously any other character that shares the same skeleton.

For now, this is a simple “paste and use” script.
The plugin version is coming up next and will expand and improve - my - workflow.

For right now, after well counted hours of eye gauging and head bashing, along matrix calculations, quaternion euler notations and a bunch of other nerd stuff, the script does exactly what I need it to do.

Open an FBX of the mannequin exported from unreal, rig, and work. And that’s why I’m sharing it.

There will probably be at least 3 other updates.

The next one will be focused on animation and having the rig swap back and form from dummy to rig and rig to dummy so that incoming animations can be keyed and modified.

The one after that will likely bring the script into a full UI plugin with options to key, reconstruct the rig, and eventually probably export.

It really all just depends on how my workflow goes.

Note: not tested on the beta.

Here is the link to download.
http://mosthostla.com/gamedev

11 Likes

I have given the script a proper UI and transformed it into a full on add on.

With tomorrow’s update to make all the buttons work and a couple of rounds of testing the project will likely be finished.

4 Likes

Nice work. Coincidental for me as I’ve just been looking this last hour for workflows for Blender to UE4. I did find a UEfy script that the guy is selling for $40. :slight_smile:

I’m a Max user looking for alternatives so I have a basic question for you. Does your tool build a rig with rigify based on the UE mannequin with bones targeted/named for plug and play back in UE?

Cheers.

Essentially yes.

Import a mannequin, click the button, work and keyframe both rigs on separate layers and only export layer 10 with the export button.

I’m looking into automating the keyframe and export process as well but have to get to it with today’s update.

1 Like

Update 1.5 is live folks.

While this is currently pointless, progress has been made towards allowing editing of incoming animations.
The constructed rig can now follow the FBX animation which is a start in the right direction to allow us all to edit any exported animation however we need.

1 Like

Version 2.0 is now live.

Everything is working, and tool-tips and context lock has been added to the add-on.

The promised new animation features are now live. You can import an Unreal animation and work on it!
Just be mindful not to import animations that utilize the fingers for now. this issue will be addressed soon.

5 Likes

All done guys. Version 2.2 is live and has full on finger animations working. I’m making a couple of “how to” videos to share :slight_smile:

4 Likes

Thank you :smiley:

I just realised, is this 2.79 only? :cry: Maybe it won’t be too much work to port it to 2.8 (at some point)? 2.8 release is just around the corner and api shouldn’t change anymore https://code.blender.org/2019/05/user-interface-and-api-freeze/

1 Like

It’s already half the way there, as I implemented most of the new practices with a version check. The new class registration thing is probably most of what needs to be addressed for registering it. I’ll be giving it a look as soon as I manage to output at least one “how to” video today.

There you go way, a 2.8 version has been released.

Keep in mind that it’s rather unstable.

Here is a usage video (of the stable version) for everyone interested.

Blender 2.8 workflow

6 Likes

Updated and fixed up the blender 2.8 distro. it’s much more stable now and allows you to work on anything not just unreal stuff with it enabled. :slight_smile:

1 Like

what’s up everyone!?
here again with another update.
This time it’s geared towards allowing for better hand control and shoulder twist adjustments!

1 Like

Great work here if only i have stumble upon your addon a few month ago where i was in despair after switching from 3ds max.

I end up buying autorig pro that export/import flawlessly to UE4.

Working without this was a sure way to end up to a sanitarium :sweat_smile:

1 Like

Just pushed another small update that I needed to push to be able to properly animate walk cycles.

The next update, when I wrap my brain around how, will be to properly do the same thing for the shoulder positions, which cannot currently be pasted as opposite (due to the bone structure of the original bones).

1 Like

What’s up everyone?
Finally addressed the issue with the shoulders and copying the opposite.
One can now create a swim cycle in around 3 minutes :slight_smile:

1 Like

Hey all, we are up to version 3.3

This time around I addressed the IK bones and locked them in so they always follow the arm/leg on their own (and cannot be manually altered while armor constraints are enabled.)

Passing my run animations through this made it possible for the IK system to work a tad bit faster to the point it almost looks like that of an AAA game.

Hi, I am interested in your addon.
I was wondering if could it be possible to see a tutorial rigging a personal mesh from bottom to top and set it for unreal engine.

Thanks in advance.
P.s. the download for the version 2.79 do not work, could it be possible toto get that version of your addon too?

There is no “set for ue4”.
If you are creating a custom mesh there are no rules to follow other then remembering the fact that unreal is a right handed coordinate system with Z being your vertical axis.

You can create any rig, animate as you please, and import into unreal without any major issue.

If you want to utilize existing animations for a biped character you can then simply re-target between your skeleton and the unreal skeleton - so long as the bone hierarchy is somewhat similar (using the built in rigify metarig as a base would pretty much guarantee this).

All that said, thanks for letting me know about the link. It is now fixed.
You should try the latest version for blender 2.8 though, it’s much more performant (and up to date with the shoulder/hand/finger twists).

I will eventually create a couple of tutorials about auto-rigging custom characters utilizing my add-on, but for now at least, it’s really only intended to optimize and create new marketplace content compatible with any UE4 animation.

It’s also important to note that If you are doing anything at any level above pure armature your face mesh and body mesh should likely be separated into different skeletons so that you can isolate body movement from facial expressions and custom animate overlapping events with curves and additive animations within unreal.

Thank you for this effort!

I’m going to have to do some UE4 animation in the future, and I will keep this add-on in mind.

Have you considered putting it on the Blender Market?