Making writing to partial movies optional, and set the default to be False.

This commit is contained in:
Grant Sanderson
2021-01-23 11:02:22 -08:00
parent 090743aacb
commit 0ac155d150
4 changed files with 67 additions and 56 deletions

View File

@ -66,6 +66,7 @@ class Scene(object):
def run(self):
self.virtual_animation_start_time = 0
self.real_animation_start_time = time.time()
self.file_writer.begin()
self.setup()
try: