# Blender

## Installation Guide

1. Download the `kaedim_panel.py` file from the [GitHub Repository](https://github.com/Kaedim/customer_blender_plugin/tree/master)

   You can do so by either downloading the entire repository through Code -> Download ZIP or by clicking into the file and clicking the download icon in the top right

   <figure><img src="/files/1MdeahWjyqktu86cTTHP" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/JjmhbtSUlo42JAAj3dh7" alt=""><figcaption></figcaption></figure>
2. Navigate to Blender -> Edit -> Preferences -> Add-Ons -> Install

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

<figure><img src="/files/6abHsPYS1CkouljoylGK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/27uuzMbD8HjqULVaitpV" alt=""><figcaption></figcaption></figure>

Select the `kaedim_panel.py` file you just downloaded

3. Click the checkbox on the Kaedim add-on

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

## Usage Guide

* You can find the Kaedim panel in the N-Panels. Simply press the `N` key within blender and the display will appear
* You will need to enter your Dev ID and API Key to continue, you can find these within your Kaedim account: <https://www.app.kaedim3d.com/settings?tab=security>
* Once you've registered your Dev ID and API Key, you can upload new assets through the N Panel. Simply click through the options, specify your desired image, maximum poly count, and desired image quality. Once you are ready, you can start processing the file by clicking the `Upload File` button.
* At any time, you can retrieve your existing assets and import them directly into blender
* Click the `Retrieve Assets` button, and new buttons will appear for each model you have in your account. You can click the corresponding button to display these models within the blender layout workspace
* The names of your assets can be updated on the Kaedim web portal
* Each input box will have additional information that you can see when you hover your mouse over the field

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


---

# 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://docs.kaedim3d.com/enterprise-features/custom-integrations/plugins/blender.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.
