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>2008-02-20 01:23:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-20 01:23:21 +0300
commit82d769c79f5e18b5b33030c188e3b2b93f9a346b (patch)
tree688cf07fed8e67cdc247bc0c8f23042a56761e0f /source/creator
parent190a35f690b1048a32547a4cb0de369e3f7dde4b (diff)
automatic threads, next to the Threads button, so you can set threads to use whatever the system has, useful in the studio with 2,4,8 core systems when sharing files.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index d4a0bb49614..ab6f9681978 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -200,15 +200,8 @@ static void print_help(void)
printf (" (formats that can be compiled into blender, not available on all systems)\n");
printf (" \tHDR TIFF EXR MULTILAYER MPEG AVICODEC QUICKTIME CINEON DPX DDS\n");
printf (" -x <bool>\tSet option to add the file extension to the end of the file.\n");
- printf (" -t <threads>\tUse amount of <threads> for rendering\n");
- /*Add these later - Campbell*/
- /*
- printf (" -colorchannel <type>\tColors to save, valid types are: BW RGB RGBA \n");
- printf (" -compression <type>\t Use with EXR format, valid types are..\n");
- printf (" \tZIP Pxr24 PIZ RLE\n");
- printf (" -zbuf <bool>\tUse with EXR format, set the zbuf save option\n");
- printf (" -halffloat <bool>\tUse with EXR format, set the half float option\n");
- printf (" -preview <bool>\tUse with EXR format, save a jpeg for viewing as well as the EXR\n");*/
+ printf (" -t <threads>\tUse amount of <threads> for rendering.\n");
+ printf (" [1-8], 0 for systems processor count.\n");
printf ("\nAnimation playback options:\n");
printf (" -a <file(s)>\tPlayback <file(s)>, only operates this way when -b is not used.\n");
printf (" -p <sx> <sy>\tOpen with lower left corner at <sx>, <sy>\n");