This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
3b1b-manim
Watch
1
Star
0
Fork
You've already forked 3b1b-manim
0
mirror of
https://github.com/3b1b/manim.git
synced
2025-08-05 16:49:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b593cde317
3b1b-manim
/
manimlib
/
utils
/
customization.py
6 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
Clean up how configuration is handled In principle, all we need here is that manim looks to the default_config.yaml file, and updates it based on any local configuration files, whether in the current working directory or as specified by a CLI argument.
2024-12-05 11:53:18 -06:00
from
manimlib
.
config
import
get_global_config
Make customization more accessible
2021-01-15 10:16:37 -10:00
def
get_customization
(
)
:
Clean up how configuration is handled In principle, all we need here is that manim looks to the default_config.yaml file, and updates it based on any local configuration files, whether in the current working directory or as specified by a CLI argument.
2024-12-05 11:53:18 -06:00
return
get_global_config
(
)
Reference in a new issue
Copy permalink