From ff2d8f649fa7669d12c5b6b8bcfdc849fdd81f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sat, 16 Dec 2023 13:29:12 +0100 Subject: [PATCH] OpenAPI: update job submission example Update the job submission example YAML to reflect the current state of the `simple-blender-render` job compiler script. No functional changes. --- pkg/api/flamenco-openapi.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 1384ff75..92e9fd26 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1800,21 +1800,20 @@ components: priority: 50 submitter_platform: linux settings: - blender_cmd: "{blender}" - filepath: "/render/sf/jobs/scene123.blend" + blendfile: "/render/sf/jobs/scene123.blend" render_output_root: "/render/sf/frames/scene123" render_output_path: "/render/sf/frames/scene123/3Д рендеринг/######" frames: "1-10" chunk_size: 3 fps: 24 - extract_audio: true - images_or_video: "images" format: "PNG" - output_file_extension: ".png" + has_previews: false + image_file_extension: ".png" metadata: "user.name": "Sybren Stüvel" "user.email": "sybren@blender.org" "project": "Sprite Fright" + Job: allOf: - $ref: "#/components/schemas/SubmittedJob"