diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index a217414f..a5085d31 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -191,6 +191,7 @@ class Scene(object): # this will revert to the state of the scene at the first # point of running. def checkpoint_paste(skip=False, show_progress=False): + def checkpoint_paste(skip=False, show_progress=True): pasted = pyperclip.paste() line0 = pasted.lstrip().split("\n")[0] if line0.startswith("#"):