mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Update some Text Mobject changes
This commit is contained in:
@ -38,7 +38,7 @@ def initialize_directories(config):
|
||||
"directory were both passed"
|
||||
)
|
||||
|
||||
TEX_DIR = config["tex_dir"] or os.path.join(MEDIA_DIR, "texs")
|
||||
TEX_DIR = config["tex_dir"] or os.path.join(MEDIA_DIR, "Tex")
|
||||
TEXT_DIR = os.path.join(MEDIA_DIR, "texts")
|
||||
if not video_path_specified:
|
||||
VIDEO_DIR = os.path.join(MEDIA_DIR, "videos")
|
||||
|
Reference in New Issue
Block a user