OAPI: add 'system_location' as possible source of Blender locations
When finding Blender, Flamenco should be able to find it in platform- specific default locations. This is mostly used for macOS, where Blender is typically installed in `/Applications/Blender.app`.
This commit is contained in:
parent
0031ac31af
commit
8c4ac87ad9
@ -1529,6 +1529,8 @@ components:
|
|||||||
- file_association
|
- file_association
|
||||||
# The input path was interpreted as simple command, and found on $PATH.
|
# The input path was interpreted as simple command, and found on $PATH.
|
||||||
- path_envvar
|
- path_envvar
|
||||||
|
# Blender was found at a platform-specific default location.
|
||||||
|
- system_location
|
||||||
# The input path was used as-is, as it points to an existing binary.
|
# The input path was used as-is, as it points to an existing binary.
|
||||||
- input_path
|
- input_path
|
||||||
# The input path was not provided, use whatever blender is available, without checking.
|
# The input path was not provided, use whatever blender is available, without checking.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user