Skip to content

Instantly share code, notes, and snippets.

@bxt
Created April 1, 2011 23:41
Show Gist options
  • Save bxt/899056 to your computer and use it in GitHub Desktop.
Save bxt/899056 to your computer and use it in GitHub Desktop.
Blender from Command Line CLI sample call to render animation
for i in {1..61}; do echo rframe $i; time blender -b rotation1-mats.blend -f $i -o //rotation1_####.png -F PNG; done
# render frames 1 to 61, echo time for each frame and save them with specified filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment