# CUBEGEN

### 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/LQqz9bjuqpIKyoXfYDm4" alt=""><figcaption></figcaption></figure>

Generate random cubes:

* Adjust the scatter range by entering values for X Range, Y Range, and Z Range.
* Specify the number of cubes to generate by entering a value for Scatter Amount.
* Click the "Generate" button to create the specified number of cubes scattered within the defined range.

Delete generated cubes:

* Click the "Delete" button to remove all generated cubes from the scene.

Randomize the scale of generated cubes:

* Click the "Randomize Scale" button to change the scale of all generated cubes to random values within the specified range.

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

### Recommendations

I personally like using this tool as a starting point for creating basic cityscapes. By generating multiple cubes with random scales and positions, it provides a foundation for a simplistic representation of a city's buildings. \
\
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/cubegen.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.
