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