> For the complete documentation index, see [llms.txt](https://mikeudintools.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mikeudintools.gitbook.io/help/uv-colorizer/overview.md).

# Overview

![](/files/-LbcIgYH_kImFtTkz6z6)

**UV Colorizer** script do not have an user interface. All you have to do it's just a launch the script from scripts menu.

Script creates a color mask for UV by creating a separate materials for each UV island painted in its own unique color. Then the texture of the model, using the Bake Texture tag, bakes to image with the desired parameters.\\

### How it works

1. Select the UVW tag and run the script. An empty Texture window will open. Drag tag into the Texture window and close it.<br>

   ![](/files/-LbcIp-frrEihWHguCJ3)
2. Run the script again.
3. The 3D model will be painted in different colors according to the UV islands, after that the color mask rendering process will be launched.
4. Now you can save the resulting image to disk.
5. Parameters of the Bake Texture tag can be saved and script will use it on each new launch.<br>

   ![](/files/-LbcIv1c8Luv7O8hUcTN)
6. Use the *$obj* token to substitute object name in the Filename field. Now, after rendering the image, script will save it to a file with name of the object.
7. Select the Bake Texture tag and run the script.
8. To remove tags and materials created by the script, select the object and run the script with the **Shift** key pressed.


---

# 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://mikeudintools.gitbook.io/help/uv-colorizer/overview.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.
