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
The fill animation is not functioning properly in the Opengl renderer. It appears that fill is applied only on the last frame of the animation as shown in the animation below:
Expected behavior
I would have expected a functionality similar to Cairo where the fill is visible during the course of the animation:
Terminal output
Debug info seems to indicate that certain shaders aren't present.
manim --renderer=opengl -pqm scene.py CircleTriangleSquareScene --format=gif --verbosity=DEBUG
Manim Community v0.18.1
[12/30/24 20:04:06] DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.006014 s. hashing.py:364
DEBUG Hash generated : 3123472686_3371292183_223132457 hashing.py:367
DEBUG List of the first few animation hashes of the scene: ['3123472686_3371292183_223132457'] caching.py:62
[12/30/24 20:04:07] INFO Animation 0 : Partial movie file written in scene_file_writer.py:580
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/3123472686_3371292183_223132457.mp4'
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.008969 s. hashing.py:364
DEBUG Hash generated : 1937375861_2454640191_1618962457 hashing.py:367
DEBUG List of the first few animation hashes of the scene: ['3123472686_3371292183_223132457', caching.py:62
'1937375861_2454640191_1618962457']
[12/30/24 20:04:08] INFO Animation 1 : Partial movie file written in scene_file_writer.py:580
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/1937375861_2454640191_1618962457.mp4'
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.012720 s. hashing.py:364
DEBUG Hash generated : 1937375861_2625952423_1917516738 hashing.py:367
DEBUG List of the first few animation hashes of the scene: ['3123472686_3371292183_223132457', caching.py:62
'1937375861_2454640191_1618962457', '1937375861_2625952423_1917516738']
[12/30/24 20:04:09] INFO Animation 2 : Partial movie file written in scene_file_writer.py:580
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/1937375861_2625952423_1917516738.mp4'
DEBUG Animation with empty mobject animation.py:190
DEBUG Hashing ... hashing.py:352
DEBUG Hashing done in 0.013685 s. hashing.py:364
DEBUG Hash generated : 1937375861_3161721241_2552358008 hashing.py:367
DEBUG List of the first few animation hashes of the scene: ['3123472686_3371292183_223132457', caching.py:62
'1937375861_2454640191_1618962457', '1937375861_2625952423_1917516738',
'1937375861_3161721241_2552358008']
DEBUG /home/andrey/Desktop/Manim/manim/manim/renderer/shaders/vert.glsl does not exist. shader_wrapper.py:35
DEBUG /vert.glsl does not exist. shader_wrapper.py:35
DEBUG /home/andrey/Desktop/Manim/manim/manim/renderer/shaders/geom.glsl does not exist. shader_wrapper.py:35
DEBUG /geom.glsl does not exist. shader_wrapper.py:35
DEBUG /home/andrey/Desktop/Manim/manim/manim/renderer/shaders/frag.glsl does not exist. shader_wrapper.py:35
DEBUG /frag.glsl does not exist. shader_wrapper.py:35
INFO Animation 3 : Partial movie file written in scene_file_writer.py:580
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/1937375861_3161721241_2552358008.mp4'
INFO Combining to Movie file. scene_file_writer.py:731
DEBUG Partial movie files to combine (4 files): scene_file_writer.py:614
['/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circ
leTriangleSquareScene/3123472686_3371292183_223132457.mp4',
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/1937375861_2454640191_1618962457.mp4',
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/1937375861_2625952423_1917516738.mp4',
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/partial_movie_files/Circl
eTriangleSquareScene/1937375861_3161721241_2552358008.mp4']
[12/30/24 20:04:12] INFO scene_file_writer.py:878
File ready at
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/CircleTriangleSquareScene
_ManimCE_v0.18.1.gif'
INFO Rendered CircleTriangleSquareScene scene.py:255
Played 4 animations
INFO Previewed File at: file_ops.py:230
'/home/andrey/Desktop/Manim/media/videos/scene/720p30/CircleTriangleSquareScene_ManimCE_
v0.18.1.gif'
Description of bug / unexpected behavior
The fill animation is not functioning properly in the Opengl renderer. It appears that fill is applied only on the last frame of the animation as shown in the animation below:
Expected behavior
I would have expected a functionality similar to Cairo where the fill is visible during the course of the animation:
How to reproduce the issue
Code for reproducing the problem
Logs
Terminal output
Debug info seems to indicate that certain shaders aren't present.System specifications
System Details
The text was updated successfully, but these errors were encountered: