You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manim Community v0.19.0
[04/15/25 20:51:01] DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.002606 s. hashing.py:364
DEBUG Hash generated : 3977891868_2076493038_3391789843 hashing.py:367
INFO Animation 0 : Using cached data (hash : 3977891868_2076493038_3391789843) cairo_renderer.py:89
DEBUG List of the first few animation hashes of the scene: ['3977891868_2076493038_3391789843'] cairo_renderer.py:98
DEBUG Animation with empty mobject animation.py:190
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.002324 s. hashing.py:364
DEBUG Hash generated : 2852726489_2834709167_2777518013 hashing.py:367
INFO Animation 1 : Using cached data (hash : 2852726489_2834709167_2777518013) cairo_renderer.py:89
DEBUG List of the first few animation hashes of the scene: ['3977891868_2076493038_3391789843', '2852726489_2834709167_2777518013'] cairo_renderer.py:98
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.004027 s. hashing.py:364
DEBUG Hash generated : 2852726489_3168925982_2631930603 hashing.py:367
INFO Animation 2 : Using cached data (hash : 2852726489_3168925982_2631930603) cairo_renderer.py:89
DEBUG List of the first few animation hashes of the scene: ['3977891868_2076493038_3391789843', '2852726489_2834709167_2777518013', '2852726489_3168925982_2631930603'] cairo_renderer.py:98
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.003338 s. hashing.py:364
DEBUG Hash generated : 2852726489_2696038255_2631930603 hashing.py:367
INFO Animation 3 : Using cached data (hash : 2852726489_2696038255_2631930603) cairo_renderer.py:89
DEBUG List of the first few animation hashes of the scene: ['3977891868_2076493038_3391789843', '2852726489_2834709167_2777518013', '2852726489_3168925982_2631930603', cairo_renderer.py:98
'2852726489_2696038255_2631930603']
DEBUG Animation with empty mobject animation.py:190
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.002884 s. hashing.py:364
DEBUG Hash generated : 2852726489_2834709167_3890943015 hashing.py:367
INFO Animation 4 : Using cached data (hash : 2852726489_2834709167_3890943015) cairo_renderer.py:89
DEBUG List of the first few animation hashes of the scene: ['3977891868_2076493038_3391789843', '2852726489_2834709167_2777518013', '2852726489_3168925982_2631930603', cairo_renderer.py:98
'2852726489_2696038255_2631930603', '2852726489_2834709167_3890943015']
INFO Combining to Movie file. scene_file_writer.py:739
DEBUG Partial movie files to combine (5 files): scene_file_writer.py:622
['/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/partial_movie_files/PointWithTrace/3977891868_2076493038_3391789843.mp4',
'/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/partial_movie_files/PointWithTrace/2852726489_2834709167_2777518013.mp4',
'/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/partial_movie_files/PointWithTrace/2852726489_3168925982_2631930603.mp4',
'/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/partial_movie_files/PointWithTrace/2852726489_2696038255_2631930603.mp4',
'/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/partial_movie_files/PointWithTrace/2852726489_2834709167_3890943015.mp4']
INFO scene_file_writer.py:886
File ready at '/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/PointWithTrace.mp4'
INFO Rendered PointWithTrace scene.py:255
Played 5 animations
INFO Previewed File at: '/home/ryan/.../manim_examples/media/videos/point_with_trace/1080p60/PointWithTrace.mp4' file_ops.py:237
System specifications
System Details
OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): Linux Mint 22.1
RAM: 16 GB
Python version (python/py/python3 --version): Python 3.12.3
I’ve opened PR #4219 to fix this issue.
The problem was that add_points_as_corners() did not connect to the last point of the existing path, so when only a single new point was provided, no line was added.
Description of bug / unexpected behavior
The PointWithTrace example no longer shows the trace as of version 0.19.0.
See https://docs.manim.community/en/stable/examples.html#pointwithtrace.
Expected behavior
The trace should display (or perhaps the example should be rewritten/removed).
On version 0.18.1, the trace does display.

How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
PointWithTrace.mp4
Logs
Terminal output
System specifications
System Details
python/py/python3 --version
): Python 3.12.3pip list
):LaTeX details
texlive-full (2023.20240207-1)
Additional comments
N/A
The text was updated successfully, but these errors were encountered: