SIGN IN SIGN UP
3b1b / manim UNCLAIMED

Animation engine for explanatory math videos

85656 0 0 Python

fix(SceneState): clear updaters on restore_scene (#2397)

* fix(SceneState): clear updaters on restore_scene

Previously, restoring a scene checkpoint did not reset updaters.
This caused discrepancies when switching between checkpoints if
a mobject had updaters attached.

Now, restore_scene clears all updaters before restoring the mobject,
ensuring scene state consistency across checkpoints.

* Refactor restore_scene to use list comprehension

---------

Co-authored-by: Grant Sanderson <[email protected]>
S
Shavez committed
018b7ce94738aac3cd5d05cccf85c563e5d0e559
Parent: 52c80f9
Committed by GitHub <[email protected]> on 2/10/2026, 6:40:02 PM