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.
This commit is contained in:
Sybren A. Stüvel 2023-12-16 13:29:12 +01:00
parent a7b498a91c
commit ff2d8f649f

View File

@ -1800,21 +1800,20 @@ components:
priority: 50 priority: 50
submitter_platform: linux submitter_platform: linux
settings: settings:
blender_cmd: "{blender}" blendfile: "/render/sf/jobs/scene123.blend"
filepath: "/render/sf/jobs/scene123.blend"
render_output_root: "/render/sf/frames/scene123" render_output_root: "/render/sf/frames/scene123"
render_output_path: "/render/sf/frames/scene123/3Д рендеринг/######" render_output_path: "/render/sf/frames/scene123/3Д рендеринг/######"
frames: "1-10" frames: "1-10"
chunk_size: 3 chunk_size: 3
fps: 24 fps: 24
extract_audio: true
images_or_video: "images"
format: "PNG" format: "PNG"
output_file_extension: ".png" has_previews: false
image_file_extension: ".png"
metadata: metadata:
"user.name": "Sybren Stüvel" "user.name": "Sybren Stüvel"
"user.email": "sybren@blender.org" "user.email": "sybren@blender.org"
"project": "Sprite Fright" "project": "Sprite Fright"
Job: Job:
allOf: allOf:
- $ref: "#/components/schemas/SubmittedJob" - $ref: "#/components/schemas/SubmittedJob"