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.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 201ad62b83 - Show all commits

View File

@ -154,8 +154,8 @@ if len(filenames) <= 1:
row_max = math.ceil(100 / ${settings.tile_size}) - 1
bpy_render = bpy_render
bpy_scene = bpy.context.scene
bpy_render = bpy_scene.render
node_tree = bpy_scene.node_tree
bpy_render.resolution_x = ${settings.resolution_x}