

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

# Deadline Cloud Windows ワーカーに Autodesk 3ds Max をインストールする
<a name="examples-host-config-3dsmax"></a>

[3dsmax](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax) ホスト設定スクリプトは、V-Ray、Corona、tyFlow、AEC プラグインなどのレンダラープラグインを使用して 3ds Max を Windows サービスマネージドフリートワーカーにインストールします。3ds Max は Windows でのみ実行され、インストールには管理アクセスが必要なため、推奨されるアプローチは、ホスト設定スクリプトを使用してワーカーホストにインストールすることです。

サンプルには、次のバージョンとプラグインの組み合わせのスクリプトが含まれています。
+ [3dsmax-2024](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2024) — 3ds Max 2024。
+ [3dsmax-2025-and-vray](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-and-vray) — 3ds Max 2025 with V-Ray。
+ [3dsmax-2025-and-corona-13](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-and-corona-13) — 3ds Max 2025 with Chaos Corona 13。
+ [3dsmax-2025-vray-and-aec-plugins](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-vray-and-aec-plugins) — V-Ray プラグインと AEC プラグインを搭載した 3ds Max 2025。
+ [3dsmax-2025-vray-and-tyflow](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2025-vray-and-tyflow) — 3ds Max 2025 with V-Ray and tyFlow。
+ [3dsmax-2027](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027) — 3ds Max 2027。
+ [3dsmax-2027-and-vray](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-and-vray) — 3ds Max 2027 with V-Ray。
+ [3dsmax-2027-and-corona-14](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-and-corona-14) — 3ds Max 2027 with Chaos Corona 14。
+ [3dsmax-2027-and-vray-and-tyflow](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-and-vray-and-tyflow) — 3ds Max 2027 with V-Ray and tyFlow。
+ [3dsmax-2027-vray-and-aec-plugins](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/host_configuration_scripts/3dsmax/3dsmax-2027-vray-and-aec-plugins) — V-Ray プラグインと AEC プラグインを搭載した 3ds Max 2027。

別のバージョン、レンダラー、プラグインの組み合わせのスクリプトを生成するには、バンドルされた [3dsmax-host-config スキル](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/skills/3dsmax-host-config)で [Kiro](https://kiro.dev) AI エージェントを使用できます。

各スクリプトは、AWS アカウントの Amazon S3 バケットから 3ds Max インストーラをダウンロードし、サイレントモードで実行します。Autodesk は 3ds Max を`.7z`アーカイブとして提供しており、スクリプトは として再パッケージ化されることを想定しています`.zip`。各スクリプトの README には、`.zip`アーカイブを作成して Amazon S3 にアップロードする手順が含まれています。

フリート IAM ロールには、Amazon S3 のインストーラの`s3:GetObject`アクセス許可が必要です。