feat: added support for DEADLINE_ASSETROOT_ALIAS - #324
Open
yuanmich2 wants to merge 1 commit into
Open
Conversation
andychoquette
requested changes
Aug 7, 2026
yuanmich2
force-pushed
the
feat/path-limit-junction-fix
branch
from
August 14, 2026 06:08
8609583 to
8062137
Compare
Signed-off-by: Michael Yuan <160265179+yuanmich2@users.noreply.github.com>
yuanmich2
force-pushed
the
feat/path-limit-junction-fix
branch
from
August 14, 2026 07:10
8062137 to
f541590
Compare
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: #152
What was the problem/requirement? (What/Why)
Windows Path Limits would break AE renders even if the registry key that allowed long paths was set because AE is not long path aware.
What was the solution? (How)
We mitigate the issue by using junctions to reduce the length of the prefix that deadline adds to all files. Requires a queue environment like this one to work: aws-deadline/deadline-cloud-samples#277
That queue environment sets the
DEADLINE_ASSETROOT_ALIASenvironment variable and the changes in this PR check for that variable and uses it to pathmap the scene and output directories.What is the impact of this change?
Users have roughly 80-90 more characters before they hit the limit.
How was this change tested?
I rendered this image:

If you modified source files, did you run the Python script to update the files under the dist folder?
That script doesn't actually work btw. But I promise I tested it correctly.
If you modified the
/installer,/install_builder, or/scriptslogic, please run the integration tests and paste the results belowI didn't edit those files.
If
installer/was modified or a file was added/removed fromdist/, then update the installer tests and post the test results belowI didn't edit that directory
Was this change documented?
This is documented in the queue environment added by this PR: aws-deadline/deadline-cloud-samples#277
Is this a breaking change?
no
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.