3b1b-manim/manimlib
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
..
animation Refactor: move type validation to top of Animation.__init__ and extract into method (#2332) 2025-06-10 08:11:16 -07:00
camera Misc. clean up (#2269) 2024-12-12 08:39:54 -08:00
event_handler
mobject 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 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
shaders Fix typos in GLSL comments and add constants PURE_RED, PURE_GREEN, PURE_BLUE (#2340) 2025-06-10 08:12:11 -07:00
utils Video work (#2326) 2025-03-20 12:00:35 -07:00
__init__.py Cleaner local caching of Tex/Text data, and partially cleaned up configuration (#2259) 2024-12-05 14:51:14 -08:00
__main__.py A few bug fixes (#2277) 2024-12-12 18:45:34 -08:00
config.py Resolving minor bug in StreamLines (#2330) 2025-06-10 08:05:07 -07:00
constants.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
default_config.yml 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
extract_scene.py Automatically identify the class name based on the specified line number. (#2280) 2024-12-28 07:18:32 -08:00
logger.py Make log_level configurable in default_config 2024-12-10 20:12:38 -06:00
module_loader.py Update InteractiveSceneEmbed (#2267) 2024-12-11 11:33:48 -08:00
shader_wrapper.py No need for the shortcuts into the manim_config 2024-12-11 09:58:51 -06:00
tex_templates.yml
typing.py Enhance Autocompletion for mobject.animate. to Display Mobject Methods (#2342) 2025-06-10 08:13:29 -07:00
window.py Move resizing out of Window.focus, and into Window.init_for_scene (#2274) 2024-12-12 14:16:45 -08:00