Always stop skipping after checkpoint_paste

This commit is contained in:
Grant Sanderson 2024-08-26 11:41:50 -05:00
parent 5cf5e497e7
commit 55a798676a

View file

@ -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):