

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Deadline Cloud 用の Blender conda パッケージを構築する
<a name="examples-conda-blender"></a>

サンプルリポジトリには、次の Blender バージョンとアドオンの conda レシピが含まれています。各レシピは Linux 64 ビットおよび Windows 64 ビット用にビルドされ、Blender Foundation からソースアーカイブをダウンロードします。
+ [ブレンダー-4.2](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-4.2)
+ [ブレンダー-4.3](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-4.3)
+ [ブレンダー-4.4](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-4.4)
+ [ブレンダー-4.5](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-4.5)
+ [ブレンダー-5.0](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-5.0)
+ [ブレンダー-5.1](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-5.1)
+ [blender-flipfluids](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-flipfluids) — FLIP Blender の物理シミュレーションアドオン。
+ [blender-plugin-bundle](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-plugin-bundle) — パッケージ化された Blender プラグインのバンドル。

サンプルリポジトリの `conda_recipes` ディレクトリから Blender 4.5 ビルドジョブを送信します。

```
./submit-package-job blender-4.5
```

Blender パッケージングアプローチの詳細については、[Blender-4.5 レシピ README ](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/blender-4.5)を参照してください。Blender アドオンをインストールするには、 `.py` または `.zip` ファイルを 内の既知の場所に配置し`$INSTALL_DIR`、アクティブ化スクリプトを変更して Blender の Python でアドオンをインストールします。