remove seq from string paths

This commit is contained in:
2025-08-13 13:06:48 -06:00
parent efc7e70ae7
commit 07982d8e3b
3 changed files with 89 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const JOB_TYPE = {
type: 'string',
subtype: 'file_path',
editable: false,
eval: "str(Path(abspath(settings.render_output_root), last_n_dir_parts(settings.add_path_components), 'seq', jobname, jobname + '_######'))",
eval: "str(Path(abspath(settings.render_output_root), last_n_dir_parts(settings.add_path_components), jobname, jobname + '_######'))",
description: 'Final file path of where render output will be saved',
},