Skip to content

Commit f9fc7a3

Browse files
committed
example little fix
1 parent 24efb76 commit f9fc7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/render_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main(blender_exec: str):
2727
# get the video animation and save it
2828
try:
2929
anim = r.get_video_animation()
30-
anim.save("./output/animation.mp4")
30+
anim.save("./animation.mp4")
3131
except Exception as e:
3232
print(e)
3333
print("you probably refused to render, or you might have some issues with saving matplotlib animations.")

0 commit comments

Comments
 (0)