Fix problem with imprinting of data when saving render settings

This commit is contained in:
Simone Barbieri 2023-11-24 16:20:33 +00:00
parent a35f9d935e
commit d1cf2e895f

View file

@ -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))