# COLORIZER

### Usage

Access the addon's panel:

1. Open a 3D Viewport in Blender.
2. In the 3D Viewport, locate the Tool Shelf on the right side.
3. Look for the "CY-Tools" tab and click it to reveal the addon panel.

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

Click `COLORIZE` to instantly apply a new random color to a mesh, volume, or light object.\
(\**Please note that if you are selecting a mesh object, it must first contain a material before the base color can be randomized.)*

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

### Development considerations

This addon is still in development and interactions may occasionally not work as expected.\
Follow this addon on Blender Market to stay tuned regarding any updates.

### Author and License&#x20;

Cy-Tools is a suite of Blender Addons created by @cyrusjameskhan and\
licensed under the GNU General Public License (GPL). See [LICENSE](/license.md) for more information.


---

# 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://cytools.cjkproduction.com/colorizer.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.
