Worker: check BLENDER_CMD environment variable (for multi-GPU Eevee rendering) #104193

Open
MKRelax wants to merge 9 commits from MKRelax/flamenco:worker-use-blender-from-env into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b385c00c43 - Show all commits

View File

@ -1505,6 +1505,8 @@ components:
- path_envvar
# The input path was used as-is, as it points to an existing binary.
- input_path
# The input path was found in the $FLAMENCO_BLENDER_PATH environment variable.
- env_variable
WorkerRegistration:
type: object