mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Changed animation complete message
This commit is contained in:
@ -735,8 +735,11 @@ class Scene(Container):
|
|||||||
]
|
]
|
||||||
subprocess.call(commands)
|
subprocess.call(commands)
|
||||||
os.remove(file_list)
|
os.remove(file_list)
|
||||||
print("File ready at {}".format(movie_file_path))
|
print("\nAnimation ready at {}\n".format(movie_file_path))
|
||||||
|
|
||||||
|
# TODO, this doesn't belong in Scene, but should be
|
||||||
|
# part of some more specialized subclass optimized
|
||||||
|
# for livestreaming
|
||||||
def tex(self, latex):
|
def tex(self, latex):
|
||||||
eq = TextMobject(latex)
|
eq = TextMobject(latex)
|
||||||
anims = []
|
anims = []
|
||||||
|
Reference in New Issue
Block a user