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