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

blender.1 « manpage « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddf3a79b104cd23a968ec493b3706f464a2b2c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
.TH "BLENDER" "1" "June 03, 2011" "Blender Blender 2\&.57 (sub 1)"

.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.57 (sub 1)
Usage: blender [args ...] [file] [args ...]
.br
.SS "Render Options:"

.TP
.B \-b or \-\-background <file>
.br
Load <file> 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 <name>
.br
Set the active scene <name> for rendering
.br

.TP
.B \-f or \-\-render\-frame <frame>
.br
Render frame <frame> and save it.
.br
+<frame> start frame relative, \-<frame> end frame relative.
.br

.TP
.B \-s or \-\-frame\-start <frame>
.br
Set start to frame <frame> (use before the \-a argument)
.br

.TP
.B \-e or \-\-frame\-end <frame>
.br
Set end to frame <frame> (use before the \-a argument)
.br

.TP
.B \-j or \-\-frame\-jump <frames>
.br
Set number of frames to step forward after each rendered frame
.br

.TP
.B \-o or \-\-render\-output <path>
.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 <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 <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 <bool>
.br
Set option to add the file extension to the end of the file
.br

.TP
.B \-t or \-\-threads <threads>
.br
Use amount of <threads> for rendering in background
.br
[1\-64], 0 for systems processor count.
.br

.IP

.SS "Animation Playback Options:"

.TP
.B \-a or \-\-render\-anim
.br
Render frames from start to end (inclusive)
.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 <sx> <sy> <w> <h>
.br
Open with lower left corner at <sx>, <sy> and width and height as <w>, <h>
.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

.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 <filename>
.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 \-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, 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.
  \fIBLENDER_USER_DATAFILES\fR Directory 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.
  \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
<mester@uni-bremen.de> and updated by Cyril Brulebois
<cyril.brulebois@enst-bretagne.fr> and Dan Eicher <dan@trollwerks.org>.