Created
April 1, 2011 23:41
-
-
Save bxt/899056 to your computer and use it in GitHub Desktop.
Blender from Command Line CLI sample call to render animation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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