mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Make caching on disk a decorator, and update implementations for Tex and Text mobjects
This commit is contained in:
@ -11,7 +11,9 @@ CUSTOMIZATION = {}
|
||||
|
||||
def get_customization():
|
||||
if not CUSTOMIZATION:
|
||||
print(CUSTOMIZATION)
|
||||
CUSTOMIZATION.update(get_custom_config())
|
||||
print(CUSTOMIZATION)
|
||||
directories = CUSTOMIZATION["directories"]
|
||||
# Unless user has specified otherwise, use the system default temp
|
||||
# directory for storing tex files, mobject_data, etc.
|
||||
|
Reference in New Issue
Block a user