This commit is contained in:
j 2026-01-24 13:30:38 +01:00
commit c514f7fffb

View file

@ -11,11 +11,11 @@ from .render import default_prefix as root
from .render import load_defaults from .render import load_defaults
def render_all(options): def render_all(options):
if os.path.exists(os.path.join(root, "render/forest-5.1.mp4"): if os.path.exists(os.path.join(root, "render/forest-5.1.mp4")):
print("forest-5.1.mp4 exists, skipping") print("forest-5.1.mp4 exists, skipping")
else: else:
render_forest() render_forest()
if os.path.exists(os.path.join(root, "render/music-5.1.mp4"): if os.path.exists(os.path.join(root, "render/music-5.1.mp4")):
print("music-5.1.mp4 exists, skipping") print("music-5.1.mp4 exists, skipping")
else: else:
render_music() render_music()