kilacoda / chanim

Animation engine for explanatory chemistry videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

temporary files are saved in the wrong location

alexander-schoch-github opened this issue · comments

All temporary TeX-files (.tex, .log, .aux) are now stored in the directory manim is run instead of media/Tex/. It was thus necessary to manually add the correct folders to manimlib/constants.py, e.g. like this:

MEDIA_DIR = "/home/alexander_schoch/Documents/Python/manim/media/"
VIDEO_DIR = "/home/alexander_schoch/Documents/Python/manim/video/"
VIDEO_OUTPUT_DIR = "/home/alexander_schoch/Documents/Python/manim/video/"
TEX_DIR = "/home/alexander_schoch/Documents/Python/manim/media/Tex/"