# Blender Integration

{% hint style="info" %}
For a documentation of the Blender Plugin's features and step-by-step usage instructions, see the [yellow wiki](https://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-creators-theory/modding-tools/wolvenkit-blender-io-suite).
{% endhint %}

{% embed url="<https://user-images.githubusercontent.com/65016231/130711162-301926fa-c7a0-4e08-b7c7-414bfa558205.png>" %}

### How do I use the Blender integration features?

If the `Export Materials` checkbox in the mesh export settings is enabled, WolvenKit will create a `Material.json` file under `raw`. You can find it in the same directory as the mesh.

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FXwm9Zt3TA7L1XV5q9VCl%2Fmeshexportoptions.png?alt=media&#x26;token=d1531dfc-c3ab-45f5-a466-fed5a78d6dd6" alt=""><figcaption></figcaption></figure>

For further documentation, see the [yellow wiki](https://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-creators-theory/modding-tools/wolvenkit-blender-io-suite).


---

# 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://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/blender-integration.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.
