mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Changed the defaults for where animations are written, and where images for ImageMobject and SVGMobject are sought after
This commit is contained in:
@ -190,7 +190,7 @@ def main():
|
||||
)
|
||||
|
||||
config["output_directory"] = os.path.join(
|
||||
MOVIE_DIR,
|
||||
ANIMATIONS_DIR,
|
||||
config["file"].replace(".py", "")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user