Hello i'm trying to blend two animations from mixamo in 3dmax.
i'm working on a game and i'm trying to blend the melee disarm animation into the idle animation; i ca't interplate the position and the rotation of the bones (i'm a programmer but i know a little about 3dmax), i know how to interpolate a box without bones but wheni try to do the same interpolation from the box in the mixamo animation didn't work, it only work creating keyframes on each frame and on each bone.
here is a picture of what i'm trying to do, i just need to blend the pose from the blue player into the white player, if there is a simple way to do this on 3dmax on other 3d software will be very useful.
thanks in advance for all the help.
Replies
http://help.autodesk.com/view/3DSMAX/2018/ENU/?guid=GUID-ACAD407C-B079-4DAB-9DD0-6C8DC22389EF
Reset the file, import the next fbx file. Select the same bones and do Animation | Load Animation > animfile.xaf.
In the load dialog pick "Absolute" and change the start frame to about 5 frames past the last keyframe.
This should load both animations onto one character.
So this might be over kill, but you can use the Motion Mixer to blend the two anims. Just create two XAF, then mix them together. It's a quick process when you know how, but can seem very tedious to setup on your first go round.
Here is the help page on the Motion Mixer. You can probably youtube some tutorials.
https://knowledge.autodesk.com/support/3ds-max/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/3DSMax/files/GUID-D2491163-80EB-49E7-8BFA-EFE5B41C07CD-htm.html
I'm guessing this is for a game engine? Why not just blend the two animations together in there?
The problem is that i'm a programmer, i'm trying to make the blend between these two animations in ue4 with some blend nodes in the animation blueprint without any success.
if anyone have a good doc or tutorial to create the blend between the two fbx into the ue4, will be very useful, so far i didn't found anything.
i have found some blend docs on the ue4 site, but they didn't worked for me. thanks in advance for all the help.
https://docs.unrealengine.com/latest/INT/Engine/Animation/Blendspaces/