Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-20 00:30:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-20 00:30:23 +0300
commitf0d9ff34af265e6f6172c4912ff2efbde37f05b2 (patch)
tree75fa22af76cf676f39445bcd7f41f0357056d9bf /doc/manpage
parente2f9006bd38ec99d8633bbb9f32cf423bceb1c2c (diff)
Command line options to set blender system environment variables.
Added because CTest has no convenient way to set environment vars for commands it runs. --env-system-config -> BLENDER_SYSTEM_CONFIG --env-system-datafiles -> BLENDER_SYSTEM_DATAFILES --env-system-scripts -> BLENDER_SYSTEM_SCRIPTS --env-system-plugins -> BLENDER_SYSTEM_PLUGINS --env-system-python -> BLENDER_SYSTEM_PYTHON
Diffstat (limited to 'doc/manpage')
-rw-r--r--doc/manpage/blender.162
1 files changed, 51 insertions, 11 deletions
diff --git a/doc/manpage/blender.1 b/doc/manpage/blender.1
index 6b2876a46b1..8338b41559e 100644
--- a/doc/manpage/blender.1
+++ b/doc/manpage/blender.1
@@ -1,4 +1,4 @@
-.TH "BLENDER" "1" "January 19, 2011" "Blender Blender 2\&.56 (sub 0) "
+.TH "BLENDER" "1" "January 20, 2011" "Blender Blender 2\&.56 (sub 0) "
.SH NAME
blender \- a 3D modelling and rendering package
@@ -133,17 +133,9 @@ Use amount of <threads> for rendering in background
.SS "Animation Playback Options:"
.TP
-.B \-a <options> <file(s)>
-.br
-Playback <file(s)>, only operates this way when not running in background.
-.br
- \-p <sx> <sy> Open with lower left corner at <sx>, <sy>
-.br
- \-m Read from disk (Don't buffer)
-.br
- \-f <fps> <fps\-base> Specify FPS to start with
+.B \-a or \-\-render\-anim
.br
- \-j <frame> Set frame step to <frame>
+Render frames from start to end (inclusive)
.br
.IP
@@ -208,6 +200,8 @@ Turn debugging on
Enable floating point exceptions
.br
+.IP
+
.TP
.B \-\-factory\-startup
.br
@@ -217,6 +211,38 @@ Skip reading the "startup.blend" in the users home directory
.IP
.TP
+.B \-\-env\-system\-config
+.br
+Set the BLENDER_SYSTEM_CONFIG environment variable
+.br
+
+.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
@@ -299,6 +325,20 @@ Print this help text and exit (windows only)
.br
.TP
+.B \-a <options> <file(s)>
+.br
+Playback <file(s)>, only operates this way when not running in background.
+.br
+ \-p <sx> <sy> Open with lower left corner at <sx>, <sy>
+.br
+ \-m Read from disk (Don't buffer)
+.br
+ \-f <fps> <fps\-base> Specify FPS to start with
+.br
+ \-j <frame> Set frame step to <frame>
+.br
+
+.TP
.B \-R
.br
Register .blend extension (windows only)