mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Making writing to partial movies optional, and set the default to be False.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user