From eeb79f4febfaaf12f12aa14a7c18f5ace261d45f Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Mon, 9 Sep 2024 11:07:42 +0200 Subject: [PATCH] OpenAPI: Add a `default` option for Blender's location in the setup assist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setup assistant configuration can now contain `source: default` to indicate that the default `blender` command should be used (which in turn tells the Worker to find whatever Blender is available on the system). Choosing this option will make the setup assistant skip the path check, and just trust that the Workers will find Blender. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104306 Reviewed-by: Sybren A. Stüvel --- 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 ad34d38d..b80b1daa 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1539,6 +1539,8 @@ components: - path_envvar # 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. + - default WorkerRegistration: type: object