COMMITS
December 11, 2024
G
Merge pull request #2266 from 3b1b/video-work
Grant Sanderson committed
G
Remove init_config.py
Grant Sanderson committed
G
Update setup.cfg
Grant Sanderson committed
G
Remove stray imports
Grant Sanderson committed
G
Merge branch 'master' of github.com:3b1b/manim into video-work
Grant Sanderson committed
G
Merge pull request #2265 from Varniex/master
Grant Sanderson committed
G
Use addict.Dict for scene config
Grant Sanderson committed
G
Change global_attrs back to global_config in Text
Grant Sanderson committed
G
Add addict to requirements
Grant Sanderson committed
G
Remove unnecessary import
Grant Sanderson committed
G
No need for the shortcuts into the manim_config
Grant Sanderson committed
G
Replace get_global_config() with manim_config, and make it an addict Dict
Grant Sanderson committed
G
Focus and sync window when initialized for a scene
Grant Sanderson committed
G
Change "style" in default config to "text"
Grant Sanderson committed
G
Fix bug with xelatex rendering
Grant Sanderson committed
G
Better align docs description of configuration with the updated format
Grant Sanderson committed
G
Update how tex configuration default is passed in
Grant Sanderson committed
G
Small comment changes
Grant Sanderson committed
V
adding required packages to setup.cfg file
Varniex committed
V
fixing `get_ipython` import error
Varniex committed
G
Move comment
Grant Sanderson committed
G
Remove DEFAULT_FPS constant
Grant Sanderson committed
G
Make log_level configurable in default_config
Grant Sanderson committed
G
Use pyglet.window.key for key constant values
Grant Sanderson committed
G
Move key to int constants to interactive_scene.py
Grant Sanderson committed
G
Rename local colors variable in constants.py
Grant Sanderson committed
G
Move joint_type_map out of constants to VMobject
Grant Sanderson committed
G
Make ffmpeg_bin specification a piece of file_writer_config
Grant Sanderson committed
G
DEFAULT_MOBJECT_TO_MOBJECT_BUFFER -> DEFAULT_MOBJECT_TO_MOBJECT_BUFF
Grant Sanderson committed
G
Make default_wait_time a piece of scene configuration
Grant Sanderson committed