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

Aaron Carlisle noreply at git.blender.org
Thu Apr 27 04:48:39 CEST 2017


Commit: a6b9bd023b18d8fbf75da6b886312f1ba41302fd
Author: Aaron Carlisle
Date:   Wed Apr 26 22:44:43 2017 -0400
Branches: master
https://developer.blender.org/rBa6b9bd023b18d8fbf75da6b886312f1ba41302fd

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

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

M	source/creator/creator_args.c

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

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 658a0b2db08..89ffbd3d37e 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1163,6 +1163,7 @@ 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