mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Fixes to ContinualAnimation
This commit is contained in:
@ -63,7 +63,8 @@ THIS_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
FILE_DIR = os.path.join(THIS_DIR, "files")
|
||||
IMAGE_DIR = os.path.join(FILE_DIR, "images")
|
||||
GIF_DIR = os.path.join(FILE_DIR, "gifs")
|
||||
MOVIE_DIR = os.path.join(FILE_DIR, "movies")
|
||||
# MOVIE_DIR = os.path.join(FILE_DIR, "movies")
|
||||
MOVIE_DIR = os.path.join("/Users/grant/Dropbox/Bell's Project/", "movies")
|
||||
STAGED_SCENES_DIR = os.path.join(FILE_DIR, "staged_scenes")
|
||||
TEX_DIR = os.path.join(FILE_DIR, "Tex")
|
||||
TEX_IMAGE_DIR = os.path.join(IMAGE_DIR, "Tex")
|
||||
|
Reference in New Issue
Block a user