mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
New MOVIE_DIR name
This commit is contained in:
@ -61,7 +61,7 @@ RIGHT_SIDE = SPACE_WIDTH*RIGHT
|
|||||||
|
|
||||||
# Change this to point to where you want
|
# Change this to point to where you want
|
||||||
# animation files to output
|
# animation files to output
|
||||||
MOVIE_DIR = os.path.join(os.path.expanduser('~'), "Dropbox/3Blue1Brown Team Folder/animations")
|
MOVIE_DIR = os.path.join(os.path.expanduser('~'), "Dropbox (3Blue1Brown)/3Blue1Brown Team Folder/animations")
|
||||||
STAGED_SCENES_DIR = os.path.join(MOVIE_DIR, "staged_scenes")
|
STAGED_SCENES_DIR = os.path.join(MOVIE_DIR, "staged_scenes")
|
||||||
###
|
###
|
||||||
THIS_DIR = os.path.dirname(os.path.realpath(__file__))
|
THIS_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
Reference in New Issue
Block a user