13 Commits

Author SHA1 Message Date
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
902a4f264e Add white space after assert statements 2024-08-16 12:15:55 -05:00
43fd5e1aea Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
d798f5ebf0 Small bug fix 2022-12-16 15:02:42 -08:00
9d65ef3cae Kill CONFIG in interactives.py 2022-12-15 18:29:05 -08:00
9ef9961d0e Sort imports 2022-04-12 19:19:59 +08:00
4c16bfc2c0 chore: add type hints to manimlib.mobject 2022-02-15 14:37:15 +08:00
54fff5523b change default font size of ControlsExample 2021-06-29 20:55:25 +08:00
7b614bc968 Refactored Event Dispatching Mechanism 2021-02-02 16:04:50 +05:30
2061f95ef5 Fixed ControlMobject Typo 2021-02-01 22:55:36 +05:30
d6b23324a6 Interactive Mobjects Performance Improvements 2021-01-31 16:05:55 +05:30
5a2a363a87 Some cleanup for interactive mobjects 2021-01-28 12:26:05 -08:00
a3754fa606 Interactive Mobjects added 2021-01-28 14:02:43 +05:30