# Set Magnitude

Set Magnitude works as a Multiplier in Mesh Morpher.\
It allows users to change the impact of the deltas in a Morph Target by a given value. Values can go both ways, negative to decrease the impact and positive the increase the impact.

You can Set Magnitude for a single Morph Target or multiple Morph Targets by using *Ctrl+Click* or *Shift+Click* to select additional Morph Targets in the Morph Targets list.

There are two ways to Set Magnitude of a Morph Target:

* By Right-clicking on the Morph Target you want to change Magnitude for, in Morph Targets list, and select Set Magnitude.\
  ![](/files/wWZYK3VL41vWeZsolgjt)
* Navigating to Tools top dropdown menu and clicking Set Magnitude\
  ![](/files/iW62eVEhZbJniECGxDkx)

Once the Set Magnitude button is pressed, a dialog box will open, asking for a Magnitude value.

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

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

> Set Magnitude allows multi-selection.

Here is an example of how Magnitude Works with both negative and positive magnitude values.

<figure><img src="/files/rO4B1l3dwj3rdnxeG3Jj" alt=""><figcaption><p>Original Morph Target</p></figcaption></figure>

<figure><img src="/files/0jrhCzpWq5puFW5KP1u5" alt=""><figcaption><p>Magnitude: -1.0</p></figcaption></figure>

<figure><img src="/files/9MvlwvdCJhMbRLj2YxsX" alt=""><figcaption><p>Magnitude: 0.5</p></figcaption></figure>

<figure><img src="/files/4Pqz0Te7vCxvQyrltOOM" alt=""><figcaption><p>Magnitude: 2.0</p></figcaption></figure>

{% hint style="danger" %}
Setting Magnitude 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/set-magnitude.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.
