翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
Maya アダプターの conda ビルドレシピを作成する
maya-openjd パッケージには、Deadline Cloud (Deadline Cloud) AWS ジョブ送信Mayaと統合するアダプターが用意されています。Deadline Cloud 送信者 GUI を使用してMayaレンダリングジョブを送信する場合、 CondaPackagesパラメータには mayaパッケージmaya-openjdとともに が含まれます。アダプターはMaya、ジョブセッション中の の起動、レンダーパラメータの通信、アプリケーションのライフサイクルの管理を処理します。アダプターの詳細については、「アダプターパッケージ」を参照してください。
レシピについて
maya-openjd サンプルレシピpipします。
レシピは、最初に構築する必要がある Deadline Cloud サンプルリポジトリの Python と他の 2 つのパッケージによって異なります。
-
deadline
– Deadline Cloud クライアントライブラリ。 -
openjd-adaptor-runtime
– Open Job Description アダプターランタイム。
Python およびその他の依存関係は conda-forgerattler-build publish コマンド-c conda-forgeに を追加します。
アダプターパッケージの構築
maya-openjd パッケージは、Deadline Cloud サンプルリポジトリの他の 2 つのパッケージに依存します。conda_recipes ディレクトリから 3 つのパッケージを順番に構築します。各コマンド-c conda-forgeのオプションは、Python ライブラリと Python ライブラリのレシピ依存関係を満たすことです。
deadline パッケージを構築します。
rattler-build publish deadline/recipe/recipe.yaml \ --to file://$HOME/my-conda-channel \ --build-number=+1 \ -c conda-forge
openjd-adaptor-runtime パッケージを構築します。
rattler-build publish openjd-adaptor-runtime/recipe/recipe.yaml \ --to file://$HOME/my-conda-channel \ --build-number=+1 \ -c conda-forge
maya-openjd パッケージを構築します。
rattler-build publish maya-openjd/recipe/recipe.yaml \ --to file://$HOME/my-conda-channel \ --build-number=+1 \ -c conda-forge
その他の公開オプションの場合:
-
Amazon S3 チャネルに発行するには、「パッケージを S3 conda チャネルに発行する」を参照してください。
-
Deadline Cloud パッケージ構築キューを使用してビルドを自動化するには、「Automate package builds with Deadline Cloud」を参照してください。