Command-line interface to the Blender 3D computer graphics application.
Arguments are executed in the order they are given.
/tmp
):
blender --background {filename}.blend --render-anim
//
) to the .blend file:
blender --background {filename}.blend --render-output //{render/frame_###.png} --render-anim
blender --background {filename}.blend --render-output {/path/to/output_directory} --render-frame {10}
blender --background {filename}.blend --render-output //{output_directory} --render-frame {JPEG} --render-frame {-2}
blender --background {filename}.blend --scene {scene_name} --frame-start {10} -e {500} --render-anim
blender --background {filename}.blend --python-expr '{import bpy; bpy.data.scenes[0].render.resolution_percentage = 25}' --render-anim
import bpy
after starting):
blender --background --python-console
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB