From 8c4ac87ad96d3b6a3974df6b40a393a8fcd6cef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 3 Oct 2024 21:14:49 +0200 Subject: [PATCH] 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`. --- pkg/api/flamenco-openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 7886d3d3..b6ba8f6f 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1529,6 +1529,8 @@ components: - file_association # The input path was interpreted as simple command, and found on $PATH. - 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. - input_path # The input path was not provided, use whatever blender is available, without checking.