> For the complete documentation index, see [llms.txt](https://kinemation.gitbook.io/fps-animation-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinemation.gitbook.io/fps-animation-framework/fundamentals/animation-layers/pose-blending.md).

# Pose Blending

This layer blends a custom pose with the current active character animation. You can use it to fix strange looking upper body animations.

<figure><img src="/files/sTvHVVFBF6m3msAAhAbX" alt="" width="369"><figcaption></figcaption></figure>

The blending is controlled by the Blend Asset - a scriptable object, that contains bones and weight parameters:

<figure><img src="/files/hyxwGA7eK0auZSPnj2ZJ" alt="" width="389"><figcaption></figcaption></figure>

* **Base Weight** - controls how much we want to affect the base character pose. Note: Head and Neck bones should be set to 1.
* **Anim Weight** - controls how much animation we want to apply to the final result. If you set it to zero, the bone will not be affected by the animation (like a reload for example).

You can create a new Blend Asset by right clicking -> Create -> FPS Animator -> Blend Asset.

It's required to create an avatar mask, which will control what bones will be affected by the blending. Once the mask is selected, make sure to click Refresh button to update the Blend Asset.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kinemation.gitbook.io/fps-animation-framework/fundamentals/animation-layers/pose-blending.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
