3b1b-manim/manimlib/scene
Abdallah Soliman fd2a6a69e5
Created a method `remove_all_except()` in scene.py and interactive_scene.py, and made default colors easily configurable. (#2346)
* created a method remove_all_except() in scene.py and interactive_scene.py

* Made it such that default mobject colors can be set through the yaml config file.

* * Default color initialisation wasn't working.
Changed conditional expression to `or` instead.

* Added default values to yaml file.

* added set_background_color() function to Scene class

* Changed default font back to Consolas
2025-06-10 08:15:55 -07:00
..
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
interactive_scene.py Created a method `remove_all_except()` in scene.py and interactive_scene.py, and made default colors easily configurable. (#2346) 2025-06-10 08:15:55 -07:00
scene.py Created a method `remove_all_except()` in scene.py and interactive_scene.py, and made default colors easily configurable. (#2346) 2025-06-10 08:15:55 -07:00
scene_embed.py Have autoreload update shell namespace with reloaded module variables (#2278) 2024-12-13 13:23:50 -08:00
scene_file_writer.py A few bug fixes (#2277) 2024-12-12 18:45:34 -08:00