Lucas W.

Results 3 comments of Lucas W.

A possible work around would be to kill the nodelet manager. For instance, assume the following nodes are running but need to be restarted: ``` /stereo/stereo_cam_nodelet /stereo/stereo_nodelet_manager ``` By running...

This also fails with `Manim Community v0.18.0.post0` when animating a `Surface` mobject: ```python from manim import * from manim.mobject.opengl.opengl_three_dimensions import OpenGLSurface config.renderer = RendererType.OPENGL config.quality = "low_quality" class Draw3DEllipsoid(ThreeDScene): def...