use project templates

pull/6/head
florentin.luce 2024-04-22 16:32:26 +02:00
parent 7f60aae277
commit c9c84929e6
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ class VSETB_OT_upload_to_tracker(Operator):
preview_template = expand(upload_to_tracker.render_strip_template, **project_templates)
strip_data['ext'] = 'mov'
else:
preview_template = expandvars(self.project.render_video_strip_template)
preview_template = expand(self.project.render_video_strip_template, **project_templates)
preview = preview_template.format(**strip_data)
preview = Path(os.path.abspath(bpy.path.abspath(preview)))