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>2017-04-27 14:41:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-27 14:42:08 +0300
commit98b6c6f2c0227b9a6d9db8bd47ee6cad27f35b4b (patch)
tree0e13eee0ea3845dcafa0440323635f3ae38a7a5e /source/creator
parent21d31f8f58ff1454b663faac0d1260f7c5168a65 (diff)
parentbdf8ad6c4e521884a544f6dbfa244c27720cd4bb (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 3850846b0b9..d7406588952 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1160,6 +1160,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))
{