[Bf-blender-cvs] [e9ccc988773] master: Revert "Fix T51328: Add note to cmdline help that threads must be first"

Campbell Barton noreply at git.blender.org
Thu Apr 27 13:45:27 CEST 2017


Commit: e9ccc988773719404006aab85f6f7f423e66fb1f
Author: Campbell Barton
Date:   Thu Apr 27 21:48:01 2017 +1000
Branches: master
https://developer.blender.org/rBe9ccc988773719404006aab85f6f7f423e66fb1f

Revert "Fix T51328: Add note to cmdline help that threads must be first"

The help message already notes that argument order matters,
and this doesn't need to be the first.

===================================================================

M	source/creator/creator_args.c

===================================================================

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 89ffbd3d37e..658a0b2db08 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1163,7 +1163,6 @@ static const char arg_handle_threads_set_doc[] =
 "<threads>\n"
 "\tUse amount of <threads> for rendering and other operations\n"
 "\t[1-" STRINGIFY(BLENDER_MAX_THREADS) "], 0 for systems processor count."
-"(This must be the first argument)"
 ;
 static int arg_handle_threads_set(int argc, const char **argv, void *UNUSED(data))
 {




More information about the Bf-blender-cvs mailing list