Blender image sequences now generate a preview mp4 on completion

This commit is contained in:
Brett Williams
2023-05-27 16:01:54 -05:00
parent 55591c10e1
commit eaacbf4ec0
5 changed files with 28 additions and 5 deletions

View File

@@ -187,6 +187,10 @@ class BaseRenderWorker(object):
if not self.errors:
self.errors = [self.last_output]
self.is_finished = True
self.post_processing()
def post_processing(self):
pass
def is_running(self):
if self.__thread: