Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(adaptor): Add BLENDER_EXECUTABLE environment variable #156

Merged

Conversation

Ahuge
Copy link
Contributor

@Ahuge Ahuge commented Dec 3, 2024

What was the problem/requirement? (What/Why)

The assumption that the blender executable exists on the PATH doesn't always make sense, often it is easier to specify the version of Blender to use by explicit path and using an environment variable is an easy way to do this for customers.

What was the solution? (How)

We have defined a new environment variable BLENDER_EXECUTABLE which follows the naming from
deadline-cloud-for-cinema-4d of <EXE_NAME>_EXECUTABLE

What is the impact of this change?

Additional functionality, non-breaking, adds the environment variable override but falls back to existing functionality

How was this change tested?

Was this change documented?

Yes added in the README.md

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.

@Ahuge Ahuge requested a review from a team as a code owner December 3, 2024 00:29
@epmog epmog changed the title feat: Add Blender executable environment variable feat(adaptor): Add BLENDER_EXECUTABLE environment variable Dec 3, 2024
Ahuge added 2 commits December 3, 2024 12:34
This allows us to dynamically point to the version of Blender that we
want to render with.

Signed-off-by: Alex Hughes <ahughesalex@gmail.com>
Signed-off-by: Alex Hughes <ahughesalex@gmail.com>
@Ahuge Ahuge force-pushed the ah/feature/environment-variable-blender branch from 241bc72 to 969d6ca Compare December 3, 2024 20:35
@Ahuge
Copy link
Contributor Author

Ahuge commented Dec 3, 2024

Rebased off of mainline

Copy link

sonarqubecloud bot commented Dec 3, 2024

@epmog epmog merged commit 234c086 into aws-deadline:mainline Dec 3, 2024
19 checks passed
This was referenced Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants