WIP: Single-frame job compiler #104194

Draft
k8ie wants to merge 30 commits from k8ie/flamenco:single-frame into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 56754a4dcc - Show all commits

View File

@ -2,6 +2,7 @@
const JOB_TYPE = {
label: "Single-frame Blender Render",
description: "Render a single frame using tiling, merge the tiles afterwards",
settings: [
// Settings for artists to determine:
{ key: "frame", type: "int32", required: true, eval: "C.scene.frame_current",