mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Update manim/scene/scene.py
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
parent
2d639951fc
commit
3fff83e833
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@ class Scene(Container):
|
|||
self.animations_hashes.append(hash_play)
|
||||
self.file_writer.add_partial_movie_file(hash_play)
|
||||
logger.debug(
|
||||
"Animations hashes list of the scene : (concatened to 5) %(h)s",
|
||||
"List of the first few animation hashes of the scene: %(h)s",
|
||||
{"h": str(self.animations_hashes[:5])},
|
||||
)
|
||||
func(self, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue