Distributed rendering of single images #104327
@ -41,7 +41,7 @@ const JOB_TYPE = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "render_output_path", type: "string", subtype: "file_path", editable: false,
|
key: "render_output_path", type: "string", subtype: "file_path", editable: false,
|
||||||
eval: "str(Path(abspath(settings.render_output_root), last_n_dir_parts(settings.add_path_components), jobname, '{timestamp}', '######'))",
|
eval: "str(Path(abspath(settings.render_output_root), last_n_dir_parts(settings.add_path_components), jobname, '{timestamp}', 'tiles'))",
|
||||||
description: "Final file path of where render output will be saved"
|
description: "Final file path of where render output will be saved"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -207,7 +207,7 @@ for link in node_tree.links:
|
|||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
root = Path("${path.join(renderDir, path.basename(renderOutput))}/######")
|
root = Path("${path.join(renderDir, path.basename(renderOutput))}/tiles")
|
||||||
image_files = [f for f in root.iterdir() if f.is_file()]
|
image_files = [f for f in root.iterdir() if f.is_file()]
|
||||||
|
|
||||||
separate_nodes = []
|
separate_nodes = []
|
||||||
|
Loading…
Reference in New Issue
Block a user