

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 建置適用於截止日期雲端的 Autodesk Maya conda 套件
<a name="examples-conda-maya"></a>

範例儲存庫包含下列 Maya conda 配方。每個配方都會設定 `MAYA_MODULE_PATH`環境變數，讓 Maya 載入放置在標準外掛程式路徑中的外掛程式`.mod`檔案：

[Maya-2025](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-2025)、[Maya-2026](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-2026)  
Autodesk Maya 2025 和 2026 配方。

[maya-mtoa-2025](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-mtoa-2025)、[mata-mtoa-2026](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-mtoa-2026)  
Maya 到 Arnold (MtoA) 轉譯器外掛程式。MtoA 套件也提供 [在截止日期雲端上轉譯 Arnold .ass 檔案](examples-jb-arnold-render.md)套件使用`kick`的獨立轉譯器。

[Maya-vray-2025](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-vray-2025)、[Maya-vray-2026](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-vray-2026)、[Maya-vray-7.2-2025](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-vray-7.2-2025)、[Maya-vray-7.2-2026](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-vray-7.2-2026)  
V-Ray for Maya 轉譯器外掛程式。`maya-vray-7.2` 配方會封裝 V-Ray 7.20.02 （更新 2 DR2)，並需要來自 [Chaos](https://www.chaos.com/vray/maya) 的 V-Ray for Maya 封存 （需要帳戶）。

[Maya-redshift-2025](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-redshift-2025)、[Maya-redshift-2026](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-redshift-2026)  
Redshift for Maya 轉譯器外掛程式。

[maya-bifrost-2026](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-bifrost-2026)  
適用於 Maya 2026 的 Bifrost 模擬架構。

[maya-openjd](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-openjd)  
使用適用於 Python 3.13 的 rattler-build 建置 Maya Open Job Description 轉接器。

若要建置配方，您需要提供 Maya 來源封存。從 Autodesk 下載 Maya 來源封存，並將其放在範例儲存庫複製的`conda_recipes/archive_files`目錄中。確切的檔案名稱會因版本而異，例如 Maya 2025 使用 `Autodesk_Maya_2025_Linux_64bit.tgz`，而 Maya 2026 使用 `Autodesk_Maya_2026_ML_Linux_64bit.tgz`。如需預期的檔案名稱，請參閱每個配方的 README。

Maya Windows 安裝程式需要大多數 conda 套件建置環境中無法使用的管理員許可。[Maya-2025](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-2025) 配方 README 包含step-by-step說明，並建立可重新分發的封存，您可以將其上傳至您的私有 Amazon S3 儲存貯體，並重複使用於其他 Maya 配方。 EC2 

提交組建：

```
./submit-package-job maya-2026
```

如需 Maya 封裝方法的詳細資訊，請參閱 [Maya-2026 配方 README](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/maya-2026)。