mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix problem with imprinting of data when saving render settings
This commit is contained in:
parent
a35f9d935e
commit
d1cf2e895f
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def set_node_tree(output_path, name, aov_sep, ext, multilayer):
|
|||
|
||||
output.file_slots.new(filepath)
|
||||
|
||||
filename = output_path / filepath.lstrip("/")
|
||||
filename = str(output_path / filepath.lstrip("/"))
|
||||
|
||||
aov_file_products.append((render_pass.name, filename))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue