fix bracket character base path

main
pullusb 2024-04-17 15:15:40 +02:00
parent 16a4014da9
commit 58015c11be
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ def connect_render_layer(rlayer, ng=None, out=None, frame=None):
fn.set_file_output_format(out)
out.name = out_name
out.parent = frame
out_base = {bpy.path.clean_name(obname)}
out_base = bpy.path.clean_name(obname)
if out.format.file_format == 'OPEN_EXR_MULTILAYER':
out.base_path = f'//render/{out_base}/{out_base}_'
else: