mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Default to showing animation progress in embedded runs
This commit is contained in:
parent
cef7c383a5
commit
97643d788d
1 changed files with 1 additions and 0 deletions
|
@ -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("#"):
|
||||
|
|
Loading…
Add table
Reference in a new issue