mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Changed animation complete message
This commit is contained in:
@ -735,8 +735,11 @@ class Scene(Container):
|
||||
]
|
||||
subprocess.call(commands)
|
||||
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):
|
||||
eq = TextMobject(latex)
|
||||
anims = []
|
||||
|
Reference in New Issue
Block a user