update the man page from blenders --help message
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.TH "BLENDER" "1" "July 15, 2010" "Blender Blender 2\&.52 (sub 5) "
|
.TH "BLENDER" "1" "November 09, 2010" "Blender Blender 2\&.55 (sub 0) "
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
blender \- a 3D modelling and rendering package
|
blender \- a 3D modelling and rendering package
|
||||||
@@ -15,7 +15,7 @@ Use Blender to create TV commercials, to make technical visualizations, business
|
|||||||
http://www.blender.org
|
http://www.blender.org
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
Blender 2.52 (sub 5) Build
|
Blender 2.55 (sub 0) Build
|
||||||
Usage: blender [args ...] [file] [args ...]
|
Usage: blender [args ...] [file] [args ...]
|
||||||
.br
|
.br
|
||||||
.SS "Render Options:"
|
.SS "Render Options:"
|
||||||
@@ -125,7 +125,7 @@ Set option to add the file extension to the end of the file
|
|||||||
.br
|
.br
|
||||||
Use amount of <threads> for rendering in background
|
Use amount of <threads> for rendering in background
|
||||||
.br
|
.br
|
||||||
[1\-BLENDER_MAX_THREADS], 0 for systems processor count.
|
[1\-64], 0 for systems processor count.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.IP
|
.IP
|
||||||
@@ -159,7 +159,7 @@ Force opening with borders (default)
|
|||||||
.TP
|
.TP
|
||||||
.B \-W or \-\-window\-borderless
|
.B \-W or \-\-window\-borderless
|
||||||
.br
|
.br
|
||||||
Force opening with without borders
|
Force opening without borders
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
@@ -44,7 +44,7 @@ def man_format(data):
|
|||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
blender_bin = os.path.join(os.path.dirname(__file__), "../../blender")
|
blender_bin = os.path.join(os.path.dirname(__file__), "../../blender.bin")
|
||||||
|
|
||||||
blender_help = subprocess.Popen([blender_bin, "--help"], stdout=subprocess.PIPE).communicate()[0].decode()
|
blender_help = subprocess.Popen([blender_bin, "--help"], stdout=subprocess.PIPE).communicate()[0].decode()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user