View a markdown version of this page

Maya アダプターの conda ビルドレシピを作成する - Deadline クラウド

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

Maya アダプターの conda ビルドレシピを作成する

maya-openjd パッケージには、Deadline Cloud (Deadline Cloud) AWS ジョブ送信Mayaと統合するアダプターが用意されています。Deadline Cloud 送信者 GUI を使用してMayaレンダリングジョブを送信する場合、 CondaPackagesパラメータには mayaパッケージmaya-openjdとともに が含まれます。アダプターはMaya、ジョブセッション中の の起動、レンダーパラメータの通信、アプリケーションのライフサイクルの管理を処理します。アダプターの詳細については、「アダプターパッケージ」を参照してください。

レシピについて

maya-openjd サンプルレシピは、PyPI に公開された deadline-cloud-for-maya ソースパッケージからアダプターを構築します。recipe.yaml は、 を使用して conda 環境にパッケージをインストールpipします。

レシピは、最初に構築する必要がある Deadline Cloud サンプルリポジトリの Python と他の 2 つのパッケージによって異なります。

Python およびその他の依存関係は conda-forge から利用できるため、アダプターパッケージを構築するときに rattler-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

その他の公開オプションの場合: