mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Always stop skipping after checkpoint_paste
This commit is contained in:
parent
5cf5e497e7
commit
55a798676a
1 changed files with 2 additions and 3 deletions
|
@ -800,7 +800,6 @@ class Scene(object):
|
|||
])
|
||||
|
||||
# Keep track of skipping and progress bar status
|
||||
prev_skipping = self.skip_animations
|
||||
self.skip_animations = skip
|
||||
|
||||
prev_progress = self.show_animation_progress
|
||||
|
@ -816,7 +815,7 @@ class Scene(object):
|
|||
self.file_writer.end_insert()
|
||||
self.camera.use_window_fbo(True)
|
||||
|
||||
self.skip_animations = prev_skipping
|
||||
self.stop_skipping()
|
||||
self.show_animation_progress = prev_progress
|
||||
|
||||
def checkpoint(self, key: str):
|
||||
|
|
Loading…
Add table
Reference in a new issue