Default to showing animation progress in embedded runs

This commit is contained in:
Grant Sanderson 2022-05-11 12:47:21 -07:00
parent cef7c383a5
commit 97643d788d

View file

@ -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("#"):