# Delta Mush Animation

<div align="left"><figure><img src="/files/i4vWcMUM459TJPJZKxMF" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that applies Delta Mush to each frame in an animation sequence
 * and stores the resulting corrections as morph targets driven by the animation.
 * 
 * This is useful for fixing skinning artifacts like volume loss at joints
 * by automatically generating corrective shapes for each frame.
 * 
 * Usage:
 * 1. Connect a skeletal mesh (RestPose) and animation sequence
 * 2. Configure Delta Mush settings
 * 3. Click "Apply" to process the animation and create corrective morph targets
 */
```


---

# Agent Instructions: 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:

```
GET https://docs.meshmorpher.com/graph/animation/delta-mush-animation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
