feat: add support 3dsmax 2027 addons#226
Merged
seant-aws merged 2 commits intoMay 27, 2026
Merged
Conversation
ac8e670 to
ed52197
Compare
… and AEC plugins Signed-off-by: Zain Ali <55154081+ZainAallii@users.noreply.github.com>
ed52197 to
a985405
Compare
leongdl
approved these changes
May 26, 2026
seant-aws
approved these changes
May 27, 2026
Contributor
seant-aws
left a comment
There was a problem hiding this comment.
I might not have the full context on this, but whats the state of all these different licenses? Is it easy for us to understand licensing for all these separate addons in case there's issues ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes:
What was the problem/requirement? (What/Why)
PR #224 added a base 3ds Max 2027 host configuration script, but customers using the common renderer + plugin combinations (V-Ray, Corona, tyFlow, Forest Pack, RailClone, FloorGenerator, MultiTexture) had no ready-to-use scripts for 3ds Max 2027.
What was the solution? (How)
Added four new host configuration scripts under
host_configuration_scripts/3dsmax/, each in its own folder with a.ps1andREADME.md:3dsmax-2027-and-vray/— 3ds Max 2027 + V-Ray3dsmax-2027-and-corona-14/— 3ds Max 2027 + Corona 14 (Corona 14 is the first version to support 3ds Max 2027)3dsmax-2027-and-vray-and-tyflow/— 3ds Max 2027 + V-Ray + tyFlow3dsmax-2027-vray-and-aec-plugins/— 3ds Max 2027 + V-Ray + Forest Pack + RailClone + FloorGenerator + MultiTextureAll scripts follow the patterns established in the existing 2025 scripts and the per-installer S3 URI variable convention introduced in #216.
What is the impact of this change?
Customers running 3ds Max 2027 jobs on Deadline Cloud Service Managed Fleets now have ready-to-use host configuration samples covering the most common renderer and plugin combinations. They only need to fill in their S3 URIs and configure their fleet.
How was this change tested?
"$pluginsDir\"getting mangled by PowerShell quoting) was caught during testing and fixed in this commit usingSplit-Path -Leafto derive explicit destination filenamesWas this change documented?
Yes — each new folder includes a
README.mdwith installation steps and the prerequisites for that combination.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.