mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
commit
a47ef5323c
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ if not os.path.isdir(MEDIA_DIR):
|
||||||
f"Media will be stored in {MEDIA_DIR + os.sep}. You can change "
|
f"Media will be stored in {MEDIA_DIR + os.sep}. You can change "
|
||||||
"this behavior by writing a different directory to media_dir.txt."
|
"this behavior by writing a different directory to media_dir.txt."
|
||||||
)
|
)
|
||||||
with open("media_dir.txt", 'w') as media_file:
|
|
||||||
media_file.write(MEDIA_DIR)
|
|
||||||
|
|
||||||
VIDEO_DIR = os.path.join(MEDIA_DIR, "videos")
|
VIDEO_DIR = os.path.join(MEDIA_DIR, "videos")
|
||||||
RASTER_IMAGE_DIR = os.path.join(MEDIA_DIR, "designs", "raster_images")
|
RASTER_IMAGE_DIR = os.path.join(MEDIA_DIR, "designs", "raster_images")
|
||||||
|
|
Loading…
Add table
Reference in a new issue