remove seq from string paths
This commit is contained in:
@@ -48,7 +48,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"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user