# Merge

Mesh Morpher allows users to merge two or more Morph Targets into a single Morph Target.

You can merge two or more Morph Targets by using *Ctrl+Click* or *Shift+Click* to select additional Morph Targets in the Morph Targets list.

There are three ways to Merge Morph Targets:

* By clicking Merge in Mesh Morpher's toolbar\
  ![](/files/c41xc2u80Q6F7b7YGYTk)
* By Right-clicking on the Morph Targets list and select Merge.\
  ![](/files/a8UHYfBJP2fMT3KfGvZ0)
* Navigating to Tools top dropdown menu and clicking Merge\
  ![](/files/6EYtTTYLX4jxz20efWLY)

Once the Merge button is pressed, a dialog box will open where users can select several options.

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

1. Destination Morph Target Name\
   Users have to select a new Morph Target name, this Morph Target will hold the merge result.
2. Delete source Morph Target on Merge\
   Enabling this option will remove the selected Morph Targets used for merging.
3. Merge Type\
   There are currently three types of merging availble in Mesh Morpher which can output different results:

   | Type         | Description                                                                                                                                                    |
   | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | Append       | Will append the deltas in each selected Morph Target for each Vertex.                                                                                          |
   | Magnitude    | Will select the deltas with the highest Magnitude from each Morph Targets for each Vertex.                                                                     |
   | Mean Average | Will get the sum of deltas in each selected Morph Target for each Vertex and will get the average by dividing the sum by the number of deltas for that vertex. |

{% hint style="warning" %}
If the Destination  Morph Target name is already in use, a new dialog box will pop asking whether to overwrite or change the name. Pressing Yes will clear and overwrite the existing Morph Target.\
![](/files/cZL7cOq98tcxuzNMn9W1)
{% endhint %}

{% hint style="warning" %}
If the Destination  Morph Target name is part of the selection, a new dialog box will pop asking to pick another name.\
![](/files/Lyfzb7KrxYFafK51YKSb)
{% endhint %}

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

> The button is greyed out when there's no selection or the selection doesn't have two or more Morph Targets.

> Merge only allows multi-selection.

{% hint style="danger" %}
Morph Target merging 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/basic-operations/merge.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.
