COMMITS
December 9, 2024
G
No real need to track ReloadManager.scenes
Grant Sanderson committed
G
No need to track ReloadManager.start_at_line
Grant Sanderson committed
G
Don't print filename that is being reloaded
Grant Sanderson committed
G
Remove mobject.save_to_file
Grant Sanderson committed
G
Slightly simplify ReloadManager
Grant Sanderson committed
G
Don't make reload_manager a global variable
Grant Sanderson committed
G
Get rid of the (hacky) solution to redefining Scene methods, since reload handles it better
Grant Sanderson committed
G
Minor cleaning
Grant Sanderson committed
G
Slightly clean up interactive_scene_embed
Grant Sanderson committed
G
Factor interactive embed logic out of Scene class
Grant Sanderson committed
G
Add blank line
Grant Sanderson committed
G
Slight refactor of get_indent
Grant Sanderson committed
December 7, 2024
G
Track all mobjects as a set in Scene. begin_animations
Grant Sanderson committed
G
Merge branch 'master' of github.com:3b1b/manim into video-work
Grant Sanderson committed
G
Set default log level to "WARNING"
Grant Sanderson committed
December 6, 2024
G
Move FRAME_HEIGHT back to constants
Grant Sanderson committed
G
Minor cleaning of imports
Grant Sanderson committed
G
Move get_scene_module logic to extract_scene.py
Grant Sanderson committed
G
Change from get_module_with_inserted_embed_line to insert_embed_line_to_module
Grant Sanderson committed
G
Don't write new file when inserting embed line
Grant Sanderson committed
G
Clean up get_module_with_inserted_embed_line, only accept line number as embed arg
Grant Sanderson committed
G
Change how ModuleLoader receives is_reload information
Grant Sanderson committed
G
Remove "preview" as a scene parameter, just look for whether window is None
Grant Sanderson committed
G
Use config.get_resolution for constants
Grant Sanderson committed
G
Factor out resolution from get_camera_config
Grant Sanderson committed
G
Create Window outside of Scene, and pass it in as an argument
Grant Sanderson committed
G
Check if animation.mobject is in the full family of scene mobjects before adding
Grant Sanderson committed
G
Merge branch 'master' of github.com:3b1b/manim into video-work
Grant Sanderson committed