fix upload

This commit is contained in:
Christophe SEUX
2023-05-19 22:29:36 +02:00
parent beb85721a9
commit ba47d6c94f
2 changed files with 14 additions and 5 deletions
+2
View File
@@ -73,6 +73,8 @@ class VSETB_OT_render(Operator):
strip_settings = strip.vsetb_strip_settings
strip_data = {**format_data, **strip_settings.format_data}
strip_render_path = project.render_strip_template.format(**strip_data)
render_strip(strip, strip_render_path)
self.report({"INFO"}, f'Strips rendered in {time.perf_counter()-start_time} seconds')