> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/editor/basic-operations/rename.md).

# Rename

Mesh Morpher allows users to rename Morph Targets in-engine without the need of any other DCC software.

There are three ways to rename Morph Targets:

* By clicking Rename in Mesh Morpher's toolbar\
  ![](/files/VSz7Tv2rifBmOoGkZNfw)
* By Right-clicking on the Morph Target you want to rename in Morph Targets list and select Rename.\
  ![](/files/rTg4jRB806ikxWkGdhlc)
* Navigating to Edit top dropdown menu and clicking Rename\
  ![](/files/dI9L4MG74jOEZ1KZzjtX)

Once the Rename button is pressed, a dialog box will open, asking for a New Morph Target Name.

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

{% hint style="warning" %}
If the selected Morph Target name is already in use, a new dialog box will pop with the information.\
![](/files/gjjn8ob00T0Rn8vNKqFP)
{% endhint %}

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

> The button is greyed out when there's no selection.

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

> Rename doesn't allow multi-selection.


---

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

```
GET https://docs.meshmorpher.com/editor/basic-operations/rename.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.
