Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting Additives (how it should be) #38

Closed
Tectors opened this issue Mar 7, 2022 · 0 comments
Closed

Exporting Additives (how it should be) #38

Tectors opened this issue Mar 7, 2022 · 0 comments

Comments

@Tectors
Copy link
Contributor

Tectors commented Mar 7, 2022

Okay, you know exporting animations (normal) work and are perfectly fine and they are great, however something that has always been on my mind is additives and how the behavior of exporting them are.

Today, let's say you want to export the following animation from the game Fortnite:

Path: FortniteGame/Content/Animation/Game/MainPlayer/Locomotion/Medium/Male/Jog/Melee_TH/M_Jog_Melee_Twohanded_N
Additive Base Pose: FortniteGame/Content/Animation/Game/MainPlayer/Locomotion/Medium/Male/Jog/Melee_TH/M_Jog_Melee_Twohanded_N_Core

Now, when we export the additive, the bones are broken and miss-placed, for demonstration purposes:
image

And this is how the core animation looks like:
image

My theory is that the additives are exported wrong (obviously), but before telling you my theory let me explain to you what additives are in the first place (if you weren't aware).

Additives are basically a addition to a animation, to further add and possibly reuse for different purposes. Let's say you have a animation like a walking animation for the lower-body part of the game (for the legs walking part) and you have the upper-body moving along as the animation. What additives do is to take in a pose, for example the lower-body part with no upper-body movement and then have the same animation but contains the upper-body. They do this to have better performance and also being able to use the same additives across all different types of poses. They have a building tool pose animation, but have no additives and core animations? Well they just straight up use the Melee Twohanded additives.

Please tell me if you don't understand the above, you can read more about it on the internet. If you didn't get it already, a additive contains the core animation but adds to that core animation.

My theory is that you have to add the core animation to additive animation to have the final animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants