# Bake

Mesh Morpher allows users to bake Morph Targets on the Skeletal Mesh. \
Baking writes the Morph Target deltas to the Skeletal Mesh Import data(if available) or LOD Model data.\
Baking is persistent and permanent.

There are two ways to Bake Morph Targets:

* By clicking Bake in Mesh Morpher's toolbar\
  ![](/files/ohAH4U1Pz7KxCbOqbgsK)
* Navigating to Tools top dropdown menu and clicking Bake\
  ![](/files/jA3kkHTQhLVuVfD5b7KQ)

Once the Bake button is pressed, a dialog box will open where users can select which Morph Targets to Bake.

<figure><img src="/files/EmF7dIt6m1PNlz1Agf7N" alt=""><figcaption></figcaption></figure>

Mesh Morpher will attempt to bake the Morph Targets that have a weight different than 0.\
After baking is completed the baked Morph Targets are removed from the Skeletal Mesh.\
\
Users can select multiple Morph Targets with different weight from the list and in the preview viewport they can visualize how the final result will look like.

After the Morph Targets are baked. Mesh Morpher will also attempt to offset the existing Morph Targets in Import Data so they'll reflect the actual mesh.

{% embed url="<https://youtu.be/PV1ogL_35Ds>" %}

{% hint style="info" %}
Keyboard shortcut: Ctrl + B
{% endhint %}

> The button is greyed out when there's no skeletal mesh loaded

{% hint style="danger" %}
Morph Target Baking is irreversible.
{% endhint %}


---

# 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/editor/advanced-operations/bake.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.
