Distributed rendering of single images #104327
@ -15,6 +15,11 @@ const JOB_TYPE = {
|
||||
default: 64,
|
||||
description: "Tile size in pixels for the Y axis"
|
||||
},
|
||||
{
|
||||
key: "frame", type: "int32", required: true,
|
||||
eval: "f'{C.scene.frame_current}'",
|
||||
description: "Frame to render. Examples: '47', '1'"
|
||||
},
|
||||
|
||||
// render_output_root + add_path_components determine the value of render_output_path.
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user