# LIGHTGEN

### 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 "CY-Tools Cubes Generator" panel.

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

Generate random lights:&#x20;

* Adjust the scatter range by entering values for X Range, Y Range, and Z Range. Specify the number of lights to generate by entering a value for Scatter Amount.&#x20;
* Click the "Generate" button to create the specified number of lights scattered within the defined range.&#x20;
* Delete generated lights: Click the "Delete" button to remove all generated lights from the scene.&#x20;

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

### Recommendations

Recommended to use LIGHTGEN in combination with the [COLORIZER ](/colorizer.md)addon.

### 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/lightgen.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.
