> For the complete documentation index, see [llms.txt](https://help.transmutr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transmutr.com/manual/options.md).

# Options

![](/files/-LblirPYddvcrbERnHdD)

Click on the Gear icon to open the Options dialog.

* ***Copy material maps in destination folder*** copies the texture to the output folder where the final \*.skp file will be generated. This helps keep everything together and prevents broken links.
* ***Use absolute paths*** writes assets' paths (material maps, proxies) as absolute.&#x20;

  V-Ray, Thea and Enscape do not yet fully support relative paths in every situation, so we recommend to leave this option enabled.&#x20;

  It is always enabled when ***Copy material maps in destination folder*** is disabled.
* ***Prefix material names with the model name*** adds the model name to the material names. This is useful to avoid overwriting materials when importing the model in an existing SketchUp file.
* ***'ply2vrmesh.exe' path*** - Exporting V-Ray proxies requires *ply2vrmesh.exe*. It is installed with every version of V-Ray. Transmutr automatically tries to locate it on the machine, but if it doesn't, you need to manually browse for it.

{% hint style="info" %}
You can get ply2vrmesh even if you don't have a V-Ray license, you can simply install the demo of V-Ray.
{% endhint %}

* ***Megascans Bridge Socket Port*** - Make sure to use the same port in Transmutr and in Bridge, so that they can communicate with each other.


---

# 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://help.transmutr.com/manual/options.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.
