# CYGPT

#### 1. Cy-GPT: Operator

`Cy-GPT: Operator`  leverages the capabilities of the GPT model. It acts as a co-pilot, generating Python scripts based on your textual input and executing them directly within Blender. Essentially, the GPT model translates your text input into a Python script, which is then immediately executed, thereby making complex scripting tasks more accessible and user-friendly.

Besides generating and executing scripts, `Cy-GPT: Operator` also maintains a list of previously generated scripts, providing options to open or delete scripts as needed. This enhances script management and helps maintain a clean and organized scripting environment.

#### 2. Cy-GPT: Blendalle

`Cy-GPT: Blendalle` provides another kind of integration of AI within Blender. By leveraging OpenAI's DALL-E, an innovative image generator, `Blendalle` can create textures from textual prompts. This feature allows you to generate intricate textures directly within Blender by simply providing a descriptive prompt, transforming the way you design and conceptualize materials.

#### 3. Installation

1. Downloaded the latest zip through the Blender Market page.
2. Open Blender, go to Edit > Preference > Addons > `Installl...`
3. Locate and select the downloaded Python script file and click `Install Add-on`
4. In the Add-ons tab, search for "Cy-GPT" in the search bar. Check the checkbox next to the addon's name to enable "Cy-GPT: Operator" and "Cy-GPT: Blendalle".
5. Input your API Key provided by OpenAI.

#### 4. 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/cygpt.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.
