> For the complete documentation index, see [llms.txt](https://academy.rtfkt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.rtfkt.com/rtfkt-tools/tool-packs/clone-converter.md).

# Clone Converter

A Blender plugin to optimize your Clone X to be exported as a VRM file and use it in immersive experiences and platforms.

#### Latest Update: Clone Converter Version 1.1 | Patch Notes

A “Join Blend shape Meshes” UI button is added which will join all facial meshes with shape keys into one.

[Tutorial Post](https://twitter.com/RTFKTcreators/status/1732815835515756913)

***

#### Walkthrough

{% embed url="<https://www.youtube.com/watch?v=y0OXjtIrO8Y>" %}

[**DOWNLOAD CLONE CONVERTER**](https://crtrs.app.box.com/s/1kbsxhgdpolqogmnxahn2497s82oep4n)

(Latest Version: 1.1)

#### Features

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Scene Optimization</td><td><em>This panel provides a quick way to optimize a 3D scene in Blender by removing unnecessary objects.</em></td><td></td><td><a href="/files/RQWEUJq0FMF9fJPaFkkM">/files/RQWEUJq0FMF9fJPaFkkM</a></td></tr><tr><td>Mesh Optimization</td><td><em>Allows you to optimize the meshes of your 3D models by reducing their polygon count.</em></td><td></td><td><a href="/files/qIQhuLWl6rTI0on13Jws">/files/qIQhuLWl6rTI0on13Jws</a></td></tr><tr><td>Texture Optimization</td><td><em>"Remove Roughness", "Remove Metallic", "Remove Normals", "Remove Unattached" and "Remove Emissive"</em></td><td></td><td><a href="/files/Iof8eJUHKrqWDofEuNMg">/files/Iof8eJUHKrqWDofEuNMg</a></td></tr><tr><td>Image Optimization</td><td><em>Optimizes the materials by converting them to JPEG format and scaling resolution down. The script replaces the original image textures in the materials with the optimized images.</em></td><td></td><td><a href="/files/1Hx0wmV2YFcEyu5Oy1jX">/files/1Hx0wmV2YFcEyu5Oy1jX</a></td></tr><tr><td>Exporting as VRM</td><td><em>Export the 3D model to FBX with the proper settings for VRM conversion.</em></td><td></td><td><a href="/files/ApJsS8yZ6XHzyUyvY8nu">/files/ApJsS8yZ6XHzyUyvY8nu</a></td></tr><tr><td>Chibi VRM Support</td><td><em>With Clone Tools and Clone Converter, the user can set their Clones Pose to either the Standard VRM Pose or the Chibi VRM Pose.</em></td><td></td><td><a href="/files/vAj9KQfFwDNg9jdE3Oio">/files/vAj9KQfFwDNg9jdE3Oio</a></td></tr></tbody></table>

#### Creators Using Clone Converter

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


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.rtfkt.com/rtfkt-tools/tool-packs/clone-converter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
