# Blender にエクスポート

地形を手動でエクスポートすることもできますが、ここでは World Creator の Blender 用ブリッジを使う、ずっと簡単な方法を使用します。これによりエクスポートの作業は2回のキー操作で済み、地形はすでに Blender 上で適切に設定された状態になります。&#x20;

{% hint style="info" %}
Blender ブリッジの全体的な概要とブリッジのインストール方法については、以下を参照してください [Blender ブリッジの記事](/ja/rifarensu/export/bridge-tools/blender-bridge.md)。ブリッジは他のほとんどの一般的な3Dプログラム向けにも用意されています。完全な一覧については、次を参照してください [ブリッジリファレンス](/ja/rifarensu/export/bridge-tools.md).
{% endhint %}

Blender にブリッジをインストールしたら、あとは World Creator の右上にある **同期** ボタンを押すだけです。これにより地形とマテリアルおよびその他の関連情報がエクスポートされます。

<figure><img src="/files/189cb92fa246c4393b0b702197c5c0a68983a022" alt=""><figcaption><p>同期ボタン</p></figcaption></figure>

それを Blender にインポートするために今必要なのは、Bridge UI にある **Synchronise** ボタンを押すことだけです。完全なレイヤードマテリアル構成にアクセスしたい場合は、必ず以下を有効にしてください **レイヤーをインポート**。これによりマテリアルグラフが World Creator のレイヤードマテリアルに似た形で構築され、巨大なベイク済みカラーマップの代わりにタイル状のテクスチャを使用できるようになります。これは背景地形にはより実用的でパフォーマンスにも優れています。

<figure><img src="/files/e664613df5f0b410920f86db2429f6b103901ebd" alt=""><figcaption><p>Blender へのレイヤードインポート</p></figcaption></figure>

地形をインポートした後、配布した低木（ブッシュ）も Blender に持ってきたいので、そのために **Objects** パネルを開き、次を選択します **Sync Objects**。これによりジオメトリノードシステムが作成され、WC の分布に従って自動的に低木を散布します。残る作業は、次を無効にすることです **フラスタムカリング** の下で **表示** オプションと **Distance Culling** をシステム用に無効にします。どちらもデフォルトで有効になっており、大規模で密なシーンのパフォーマンスを最適化します。ブリッジに関する追加情報は、次の場所で確認できます [Blender ブリッジリファレンス](/ja/rifarensu/export/bridge-tools/blender-bridge.md).

<figure><img src="/files/5399720063217b8a5a6b17f95e4b8917ea8a9a84" 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/ja/chtoriaru/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.
