# Export to Blender

While you can export your terrain manually, we will use the much easier way of using the World Creator Bridge for Blender. This turns the export workflow into 2 keystrokes and the terrain is already nicely set up for you in Blender.&#x20;

{% hint style="info" %}
For a full overview of the Blender Bridge and how to install the bridge, please see the [Blender Bridge article](/reference/export/bridge-tools/blender-bridge.md). Bridges are also available for most other popular 3D programs. For a complete list, see the [bridge reference](/reference/export/bridge-tools.md).
{% endhint %}

After installing the bridge in Blender, all we have to do is press the **Sync** button in the top right corner of the World Creator. This will export the terrain as well as the material and all other relevant information.

<figure><img src="/files/mPA68t87cek6xxUwawAh" alt=""><figcaption><p>Sync Button</p></figcaption></figure>

Now all we need to do to import it into Blender is press the **Synchronise** button in the Bridge UI. If you want to have access to a fully layered material setup, make sure you enable **Import Layers**. This will build up the material graph in a similar way to the layered materials in World Creator, and allows you to use tiled textures instead of one giant baked colour map, which is more useful and performant for background terrains.

<figure><img src="/files/wZAPsBNLiYXM8WKfcF65" alt=""><figcaption><p>Layered Import into Blender</p></figcaption></figure>

After importing the terrain we now also want to bring our distributed bushes into Blender. To do this we open up the **Objects** panel and select **Sync Objects**. This then creates a geometry nodes system which automatically scatters the bushes according to our WC distribution. All thats left now is to disable **Frustum Culling** under the **Display** options and **Distance Culling** for the system. Both are enabled by default to optimize performance for larger and more dense scenes. Additional infos about the bridge can be found in the [Blender Bridge Reference](/reference/export/bridge-tools/blender-bridge.md).

<figure><img src="/files/9Q2YccwZ5hYRBvcr9Jha" 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.world-creator.com/walkthrough/save-and-export/export-to-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.
