.TH "BLENDER" "1" "April 26, 2012" "Blender Blender 2\&.63 (sub 0) build date: 2012-04-26 build time: 19:38:31 build revision: 45987 build platform: Linux build type: Debug build c flags: -fopenmp -msse2 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -Wall -Wcast-align -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=return-type -Wstrict-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings build c++ flags: -D__STDC_CONSTANT_MACROS -fopenmp -msse2 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -Wall -Wno-invalid-offsetof -Wno-sign-compare build link flags: -pthread build system: CMake" .SH NAME blender \- a 3D modelling and rendering package .SH SYNOPSIS .B blender [args ...] [file] [args ...] .br .SH DESCRIPTION .PP .B blender is a 3D modelling and rendering package. It is the in-house software of a high quality animation studio, Blender has proven to be an extremely fast and versatile design instrument. The software has a personal touch, offering a unique approach to the world of Three Dimensions. Use Blender to create TV commercials, to make technical visualizations, business graphics, to do some morphing, or design user interfaces. You can easy build and manage complex environments. The renderer is versatile and extremely fast. All basic animation principles (curves & keys) are well implemented. http://www.blender.org .SH OPTIONS Blender 2.63 (sub 0) Usage: blender [args ...] [file] [args ...] .br .SS "Render Options:" .TP .B \-b or \-\-background .br Load in background (often used for UI\-less rendering) .br .TP .B \-a or \-\-render\-anim .br Render frames from start to end (inclusive) .br .TP .B \-S or \-\-scene .br Set the active scene for rendering .br .TP .B \-f or \-\-render\-frame .br Render frame and save it. .br + start frame relative, \- end frame relative. .br .TP .B \-s or \-\-frame\-start .br Set start to frame (use before the \-a argument) .br .TP .B \-e or \-\-frame\-end .br Set end to frame (use before the \-a argument) .br .TP .B \-j or \-\-frame\-jump .br Set number of frames to step forward after each rendered frame .br .TP .B \-o or \-\-render\-output .br Set the render path and file name. .br Use // at the start of the path to .br render relative to the blend file. .br The # characters are replaced by the frame number, and used to define zero padding. .br ani_##_test.png becomes ani_01_test.png .br test\-######.png becomes test\-000001.png .br When the filename does not contain #, The suffix #### is added to the filename .br The frame number will be added at the end of the filename. .br eg: blender \-b foobar.blend \-o //render_ \-F PNG \-x 1 \-a .br //render_ becomes //render_####, writing frames as //render_0001.png// .br .TP .B \-E or \-\-engine .br Specify the render engine .br use \-E help to list available engines .br .IP .SS "Format Options:" .TP .B \-F or \-\-render\-format .br Set the render format, Valid options are... .br TGA IRIS JPEG MOVIE IRIZ RAWTGA .br AVIRAW AVIJPEG PNG BMP FRAMESERVER .br (formats that can be compiled into blender, not available on all systems) .br HDR TIFF EXR MULTILAYER MPEG AVICODEC QUICKTIME CINEON DPX DDS .br .TP .B \-x or \-\-use\-extension .br Set option to add the file extension to the end of the file .br .TP .B \-t or \-\-threads .br Use amount of for rendering in background .br [1\-64], 0 for systems processor count. .br .IP .SS "Animation Playback Options:" .TP .B \-a .br Playback , only operates this way when not running in background. .br \-p Open with lower left corner at , .br \-m Read from disk (Don't buffer) .br \-f Specify FPS to start with .br \-j Set frame step to .br .IP .SS "Window Options:" .TP .B \-w or \-\-window\-border .br Force opening with borders (default) .br .TP .B \-W or \-\-window\-borderless .br Force opening without borders .br .TP .B \-p or \-\-window\-geometry .br Open with lower left corner at , and width and height as , .br .TP .B \-con or \-\-start\-console .br Start with the console window open (ignored if \-b is set) .br .IP .SS "Game Engine Specific Options:" .TP .B \-g Game Engine specific options .br \-g fixedtime Run on 50 hertz without dropping frames .br \-g vertexarrays Use Vertex Arrays for rendering (usually faster) .br \-g nomipmap No Texture Mipmapping .br \-g linearmipmap Linear Texture Mipmapping instead of Nearest (default) .br .IP .SS "Misc Options:" .TP .B \-d or \-\-debug .br Turn debugging on .br .IP * Prints every operator call and their arguments .br * Disables mouse grab (to interact with a debugger in some cases) .br * Keeps python sys.stdin rather than setting it to None .br .TP .B \-\-debug\-fpe .br Enable floating point exceptions .br .TP .B \-\-debug\-ffmpeg .br Enable debug messages from FFmpeg library .br .TP .B \-\-debug\-libmv .br Enable debug messages from libmv library .br .IP .TP .B \-\-factory\-startup .br Skip reading the "startup.blend" in the users home directory .br .IP .TP .B \-\-env\-system\-datafiles .br Set the BLENDER_SYSTEM_DATAFILES environment variable .br .TP .B \-\-env\-system\-scripts .br Set the BLENDER_SYSTEM_SCRIPTS environment variable .br .TP .B \-\-env\-system\-plugins .br Set the BLENDER_SYSTEM_PLUGINS environment variable .br .TP .B \-\-env\-system\-python .br Set the BLENDER_SYSTEM_PYTHON environment variable .br .IP .TP .B \-nojoystick .br Disable joystick support .br .TP .B \-noglsl .br Disable GLSL shading .br .TP .B \-noaudio .br Force sound system to None .br .TP .B \-setaudio .br Force sound system to a specific device .br NULL SDL OPENAL JACK .br .IP .TP .B \-h or \-\-help .br Print this help text and exit .br .IP .TP .B \-y or \-\-enable\-autoexec .br Enable automatic python script execution, (default) .br .TP .B \-Y or \-\-disable\-autoexec .br Disable automatic python script execution (pydrivers, pyconstraints, pynodes) .br .IP .TP .B \-P or \-\-python .br Run the given Python script (filename or Blender Text) .br .TP .B \-\-python\-console .br Run blender with an interactive console .br .TP .B \-\-addons .br Comma separated list of addons (no spaces) .br .TP .B \-v or \-\-version .br Print Blender version and exit .br .TP .B \-\- .br Ends option processing, following arguments passed unchanged. Access via python's sys.argv .br .SS "Other Options:" .TP .B /? .br Print this help text and exit (windows only) .br .TP .B \-\-debug\-python .br Enable debug messages for python .br .TP .B \-\-debug\-events .br Enable debug messages for the event system .br .TP .B \-\-debug\-wm .br Enable debug messages for the window manager .br .TP .B \-\-debug\-all .br Enable all debug messages (excludes libmv) .br .TP .B \-R .br Register .blend extension, then exit (Windows only) .br .TP .B \-r .br Silently register .blend extension, then exit (Windows only) .br .SS "Argument Parsing:" arguments must be separated by white space. eg "blender \-ba test.blend" ...will ignore the 'a' "blender \-b test.blend \-f8" ...will ignore 8 because there is no space between the \-f and the frame value .br .SS "Argument Order:" Arguments are executed in the order they are given. eg "blender \-\-background test.blend \-\-render\-frame 1 \-\-render\-output /tmp" ...will not render to /tmp because '\-\-render\-frame 1' renders before the output path is set "blender \-\-background \-\-render\-output /tmp test.blend \-\-render\-frame 1" ...will not render to /tmp because loading the blend file overwrites the render output that was set "blender \-\-background test.blend \-\-render\-output /tmp \-\-render\-frame 1" works as expected. .br .br .SH "ENVIRONMENT VARIABLES" \fIBLENDER_USER_CONFIG\fR Directory for user configuration files. \fIBLENDER_USER_SCRIPTS\fR Directory for user scripts. \fIBLENDER_SYSTEM_SCRIPTS\fR Directory for system wide scripts. \fIDirectory\fR for user data files (icons, translations, ..). \fIBLENDER_SYSTEM_DATAFILES\fR Directory for system wide data files. \fIBLENDER_SYSTEM_PYTHON\fR Directory for system python libraries. \fITMP\fR or \fITMPDIR\fR Store temporary files here. \fISDL_AUDIODRIVER\fR LibSDL audio driver \- alsa, esd, dma. \fIPYTHONHOME\fR Path to the python directory, eg. /usr/lib/python. .br .br .br .SH SEE ALSO .B yafaray(1) .br .SH AUTHORS This manpage was written for a Debian GNU/Linux system by Daniel Mester and updated by Cyril Brulebois and Dan Eicher .