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
When I enter the interactive mode through self.interactive_embed() with OpenGL, all objects imported in the main program, custom variables, and objects cannot be used within the add_updater. Here is an example: even though from manim import * has been used to import all Manim objects in the main program, using Dot in always_redraw is considered undefined.
The text was updated successfully, but these errors were encountered:
When I enter the interactive mode through
self.interactive_embed()
with OpenGL, all objects imported in the main program, custom variables, and objects cannot be used within theadd_updater
. Here is an example: even thoughfrom manim import *
has been used to import all Manim objects in the main program, using Dot in always_redraw is considered undefined.The text was updated successfully, but these errors were encountered: