> For the complete documentation index, see [llms.txt](https://docs.d5render.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d5render.com/workflow/blender.md).

# Blender

D5 Converter-Blender is an export plugin to help D5 users export all scenes or single models from Blender. The exported d5a model file contains Blender material information and can be directly imported into D5 Render for rendering.

## Download and Installation

Supported versions: **Blender 2.93 \~ 4.5**

Current plugin version: 0.6.0

You can download the latest version on the official website, or download from the Welcome Page > Workflow.

## Installation

The Add-ons section lets you manage secondary scripts, called “Add-ons” that extends Blender’s functionality.

To install the D5 Converter plugin, use the Install... button and then use the file browser to select the plugin file.

After the plugin is installed, it will not be automatically enabled. Find "D5Converter" in the Community and check the checkbox to enable the plugin.

The search box will automatically adjust to the name of the newly installed plugin (to avoid searching).

More plugin installation questions can be found at: <https://docs.blender.org/manual/en/2.90/editors/preferences/addons.html>

## Feature Instructions

* **Export Selection:** You can choose to export the whole scene or a single model.
* **PBR material support:** Most of the materials made by the PBR workflow in blender support direct rendering in D5 Render (e.g. Extreme PBR)
* **Optional Bake:** Bake export can be selected if needed to retain maximum material information.
* **Custom texture resolution:** support up to 4K texture export.
* **Smart object optimization:** most modifiers and instances can be exported without loss.
* **Automatic Upgrade**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.d5render.com/workflow/blender.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
