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
I don't have much time to investigate but that typically looks like a variation of #550.
Upon using a cached animation, Manim artificially sets up the global t (current timestamp) to be at the end of the animation. The issue might arise from there.
Description of bug / unexpected behavior
Rendering the scene below twice with caching enabled results in a false placement of one object at the end.
(follow-up of https://discord.com/channels/581738731934056449/1337379695628521513/1337379695628521513 )
Expected behavior
The second (and subsequent) rendering of the scene should result in the same output as the first rendering.
How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
Result of the first rendering
Sin2.mp4
Result of the second rendering
Sin2.mp4
System specifications
System Details
python/py/python3 --version
): 3.13.0The text was updated successfully, but these errors were encountered: