We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24efb76 commit f9fc7a3Copy full SHA for f9fc7a3
examples/render_demo.py
@@ -27,7 +27,7 @@ def main(blender_exec: str):
27
# get the video animation and save it
28
try:
29
anim = r.get_video_animation()
30
- anim.save("./output/animation.mp4")
+ anim.save("./animation.mp4")
31
except Exception as e:
32
print(e)
33
print("you probably refused to render, or you might have some issues with saving matplotlib animations.")
0 commit comments