mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
For some reason stage_scenes still has a hardcoded input directory...
This commit is contained in:
parent
542ddb9afd
commit
503b2bc896
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import importlib
|
import importlib
|
||||||
|
|
||||||
from manimlib.constants import PRODUCTION_QUALITY_CAMERA_CONFIG
|
|
||||||
from manimlib.constants import VIDEO_DIR
|
from manimlib.constants import VIDEO_DIR
|
||||||
from manimlib.config import get_module
|
from manimlib.config import get_module
|
||||||
from manimlib.extract_scene import is_child_scene
|
from manimlib.extract_scene import is_child_scene
|
||||||
|
@ -43,7 +42,7 @@ def stage_scenes(module_name):
|
||||||
# }
|
# }
|
||||||
# TODO, fix this
|
# TODO, fix this
|
||||||
animation_dir = os.path.join(
|
animation_dir = os.path.join(
|
||||||
VIDEO_DIR, "ode", "part2", "1440p60"
|
VIDEO_DIR, "ode", "part3", "1440p60"
|
||||||
)
|
)
|
||||||
#
|
#
|
||||||
files = os.listdir(animation_dir)
|
files = os.listdir(animation_dir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue