COMMITS
/ manimlib/module_loader.py December 11, 2024
G
Update InteractiveSceneEmbed (#2267)
Grant Sanderson committed
G
Replace get_global_config() with manim_config, and make it an addict Dict
Grant Sanderson committed
December 10, 2024
G
Move ReloadManager logic into __main__.py
Grant Sanderson committed
December 9, 2024
G
Replace IGNORE_MANIMLIB_MODULES constant with a piece of global configuration
Grant Sanderson committed
December 6, 2024
G
Don't write new file when inserting embed line
Grant Sanderson committed
S
Reload user-defined modules during `reload()` (#2257)
Splines committed