mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Default to showing animation progress in embedded runs
This commit is contained in:
@ -191,6 +191,7 @@ class Scene(object):
|
|||||||
# this will revert to the state of the scene at the first
|
# this will revert to the state of the scene at the first
|
||||||
# point of running.
|
# point of running.
|
||||||
def checkpoint_paste(skip=False, show_progress=False):
|
def checkpoint_paste(skip=False, show_progress=False):
|
||||||
|
def checkpoint_paste(skip=False, show_progress=True):
|
||||||
pasted = pyperclip.paste()
|
pasted = pyperclip.paste()
|
||||||
line0 = pasted.lstrip().split("\n")[0]
|
line0 = pasted.lstrip().split("\n")[0]
|
||||||
if line0.startswith("#"):
|
if line0.startswith("#"):
|
||||||
|
Reference in New Issue
Block a user