Skip to content

Extraneous Lines on Sphere in OpenGL #2155

Open
@PaulCMurdoch

Description

@PaulCMurdoch

Description of bug / unexpected behavior

Some OpenGL Mobjects have extraneous lines both on and the mobject and off. The sphere demonstrates this.

Expected behavior

To not have extralines like in cairo.

How to reproduce the issue

Code for reproducing the problem
%%manim --write_to_movie --renderer=opengl -v DEBUG -ql GL
class GL(Scene):#bug
    def construct(self):
        axes = ThreeDAxes()
        sphere = Surface(
            lambda u, v: np.array([
                1.5 * np.cos(u) * np.cos(v),
                1.5 * np.cos(u) * np.sin(v),
                1.5 * np.sin(u)
            ]), v_range=[0, TAU], u_range=[-PI / 2, PI / 2],
            checkerboard_colors=[RED_D, RED_E], resolution=(15, 32)
        )
        self.add(axes, sphere)
        self.play(self.camera.animate.scale(0.5),run_time=3)
        self.play(self.camera.animate.scale(2),run_time=3)

Additional media files

Images/GIFs
GL@2021-10-05@02-52-00.mp4

Logs

Terminal output
[10/05/21 02:51:33] DEBUG    Hashing ...                                       hashing.py:344
                    DEBUG    Hashing done in 0.925535 s.                       hashing.py:356
                    DEBUG    Hash generated :  435250913_1808492448_2821565324 hashing.py:359
                    INFO     Animation 0 : Using cached data (hash :            caching.py:48
                             435250913_1808492448_2821565324)                                
                    DEBUG    List of the first few animation hashes of the      caching.py:57
                             scene: ['435250913_1808492448_2821565324']                      
Animation 0: _MethodAnimation(OpenGLCamera):   0%|          | 0/1 [00:00<?, ?it/s]
[10/05/21 02:51:34] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
                                                                                          
                    DEBUG    Hashing ...                                       hashing.py:344
[10/05/21 02:51:35] DEBUG    Hashing done in 1.134362 s.                       hashing.py:356
[10/05/21 02:51:36] DEBUG    Hash generated :                                  hashing.py:359
                             2535452977_1808492448_3177779863                                
                    DEBUG    List of the first few animation hashes of the      caching.py:57
                             scene: ['435250913_1808492448_2821565324',                      
                             '2535452977_1808492448_3177779863']                             
Animation 1: _MethodAnimation(OpenGLCamera):   0%|          | 0/45 [00:00<?, ?it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):   2%|▏         | 1/45 [00:00<00:29,  1.48it/s]
[10/05/21 02:51:37] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):   4%|▍         | 2/45 [00:01<00:23,  1.86it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):   7%|▋         | 3/45 [00:01<00:21,  1.99it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
[10/05/21 02:51:38] DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):   9%|▉         | 4/45 [00:02<00:20,  2.01it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
[10/05/21 02:51:39] DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  11%|█         | 5/45 [00:03<00:26,  1.52it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  13%|█▎        | 6/45 [00:03<00:23,  1.64it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
[10/05/21 02:51:40] DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  16%|█▌        | 7/45 [00:04<00:21,  1.74it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  18%|█▊        | 8/45 [00:04<00:20,  1.83it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
[10/05/21 02:51:41] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  20%|██        | 9/45 [00:05<00:19,  1.81it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  22%|██▏       | 10/45 [00:05<00:19,  1.81it/s]
[10/05/21 02:51:42] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  24%|██▍       | 11/45 [00:06<00:20,  1.68it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  27%|██▋       | 12/45 [00:06<00:19,  1.73it/s]
[10/05/21 02:51:43] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  29%|██▉       | 13/45 [00:07<00:18,  1.69it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
[10/05/21 02:51:44] DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  31%|███       | 14/45 [00:08<00:18,  1.68it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  33%|███▎      | 15/45 [00:08<00:17,  1.74it/s]
[10/05/21 02:51:45] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  36%|███▌      | 16/45 [00:09<00:16,  1.77it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  38%|███▊      | 17/45 [00:09<00:16,  1.73it/s]
[10/05/21 02:51:46] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  40%|████      | 18/45 [00:10<00:16,  1.60it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
[10/05/21 02:51:47] DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  42%|████▏     | 19/45 [00:10<00:15,  1.71it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  44%|████▍     | 20/45 [00:11<00:13,  1.82it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  47%|████▋     | 21/45 [00:11<00:12,  1.92it/s]
[10/05/21 02:51:48] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  49%|████▉     | 22/45 [00:12<00:11,  2.03it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  51%|█████     | 23/45 [00:12<00:10,  2.08it/s]
[10/05/21 02:51:49] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  53%|█████▎    | 24/45 [00:13<00:10,  2.06it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  56%|█████▌    | 25/45 [00:13<00:09,  2.16it/s]
[10/05/21 02:51:50] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  58%|█████▊    | 26/45 [00:14<00:08,  2.27it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  60%|██████    | 27/45 [00:14<00:08,  2.21it/s]
[10/05/21 02:51:51] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  62%|██████▏   | 28/45 [00:15<00:08,  1.98it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  64%|██████▍   | 29/45 [00:15<00:08,  1.89it/s]
[10/05/21 02:51:52] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  67%|██████▋   | 30/45 [00:16<00:08,  1.81it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  69%|██████▉   | 31/45 [00:16<00:07,  1.82it/s]
[10/05/21 02:51:53] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  71%|███████   | 32/45 [00:17<00:06,  1.95it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  73%|███████▎  | 33/45 [00:17<00:06,  1.88it/s]
[10/05/21 02:51:54] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  76%|███████▌  | 34/45 [00:18<00:05,  1.94it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  78%|███████▊  | 35/45 [00:18<00:04,  2.02it/s]
[10/05/21 02:51:55] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  80%|████████  | 36/45 [00:19<00:04,  2.05it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  82%|████████▏ | 37/45 [00:19<00:03,  2.07it/s]
[10/05/21 02:51:56] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  84%|████████▍ | 38/45 [00:20<00:03,  2.04it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  87%|████████▋ | 39/45 [00:20<00:03,  1.95it/s]
[10/05/21 02:51:57] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  89%|████████▉ | 40/45 [00:21<00:02,  1.97it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  91%|█████████ | 41/45 [00:21<00:01,  2.04it/s]
[10/05/21 02:51:58] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  93%|█████████▎| 42/45 [00:22<00:01,  2.13it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  96%|█████████▌| 43/45 [00:22<00:01,  1.93it/s]
[10/05/21 02:51:59] DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
Animation 1: _MethodAnimation(OpenGLCamera):  98%|█████████▊| 44/45 [00:23<00:00,  2.02it/s]
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/vert.g                     
                             lsl does not exist.                                             
                    DEBUG    /vert.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/geom.g                     
                             lsl does not exist.                                             
                    DEBUG    /geom.glsl does not exist.                  shader_wrapper.py:31
                    DEBUG    /opt/miniconda3/envs/manim11/lib/python3.8/ shader_wrapper.py:31
                             site-packages/manim/renderer/shaders/frag.g                     
                             lsl does not exist.                                             
                    DEBUG    /frag.glsl does not exist.                  shader_wrapper.py:31
                                                                                            
[10/05/21 02:52:00] INFO     Animation 1 : Partial movie file        scene_file_writer.py:442
                             written in '/home/theredninja2/jup_file                         
                             s/manim_programs/media/videos/manim_pro                         
                             grams/480p15/partial_movie_files/GL/253                         
                             5452977_1808492448_3177779863.mp4'                              
                    DEBUG    Partial movie files to combine (2       scene_file_writer.py:492
                             files): ['/home/theredninja2/jup_files/                         
                             manim_programs/media/videos/manim_progr                         
                             ams/480p15/partial_movie_files/GL/43525                         
                             0913_1808492448_2821565324.mp4', '/home                         
                             /theredninja2/jup_files/manim_programs/                         
                             media/videos/manim_programs/480p15/part                         
                             ial_movie_files/GL/2535452977_180849244                         
                             8_3177779863.mp4']                                              
                    INFO                                             scene_file_writer.py:627
                             File ready at '/home/theredninja2/jup_f                         
                             iles/manim_programs/media/videos/manim_                         
                             programs/480p15/GL.mp4'                                         
                                                                                             
                    INFO     Rendered GL                                         scene.py:231
                             Played 2 animations                            

System specifications

System Details
  • OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)):
  • Google Chrome OS Version 93.0.4577.95 (Official Build) (64-bit)
  • RAM:
  • Unknown
  • Python version (python/py/python3 --version):
  • Python 3.8.11
  • Installed modules (provide output from pip list):
Package             Version
------------------- ---------
backcall            0.2.0
certifi             2021.5.30
charset-normalizer  2.0.6
click               8.0.1
click-default-group 1.2.2
cloup               0.7.1
colorama            0.4.4
colour              0.1.5
commonmark          0.9.1
decorator           5.1.0
glcontext           2.3.4
idna                3.2
ipykernel           5.5.3
ipython             7.22.0
ipython-genutils    0.2.0
isosurfaces         0.1.0
jedi                0.18.0
jupyter-client      6.1.12
jupyter-core        4.7.1
manim               0.11.0
ManimPango          0.3.0
mapbox-earcut       0.12.10
moderngl            5.6.4
moderngl-window     2.4.0
multipledispatch    0.6.0
networkx            2.6.3
numpy               1.21.2
parso               0.8.2
pexpect             4.8.0
pickleshare         0.7.5
Pillow              8.3.2
pip                 21.0.1
prompt-toolkit      3.0.18
ptyprocess          0.7.0
pycairo             1.20.1
pydub               0.25.1
pyglet              1.5.21
Pygments            2.8.1
pyrr                0.10.3
python-dateutil     2.8.1
pyzmq               22.0.3
requests            2.26.0
rich                10.11.0
scipy               1.7.1
screeninfo          0.6.7
setuptools          58.0.4
six                 1.15.0
skia-pathops        0.7.0
tornado             6.1
tqdm                4.62.3
traitlets           5.0.5
urllib3             1.26.7
watchdog            2.1.6
wcwidth             0.2.5
wheel               0.37.0```
</details>
LaTeX details
  • LaTeX distribution (e.g. TeX Live 2020):
  • Installed LaTeX packages:
No output
FFMPEG

Output of ffmpeg -version:

ffmpeg version 4.1.6-1~deb10u1 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 8 (Debian 8.3.0-6)
configuration: --prefix=/usr --extra-version='1~deb10u1' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil      56. 22.100 / 56. 22.100
libavcodec     58. 35.100 / 58. 35.100
libavformat    58. 20.100 / 58. 20.100
libavdevice    58.  5.100 / 58.  5.100
libavfilter     7. 40.101 /  7. 40.101
libavresample   4.  0.  0 /  4.  0.  0
libswscale      5.  3.100 /  5.  3.100
libswresample   3.  3.100 /  3.  3.100
libpostproc    55.  3.100 / 55.  3.100

Additional comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue:bugSomething isn't working... For use in issuesopenglConcerning the OpenGL renderer.

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions