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:
authorJacques Lucke <jacques@blender.org>2021-05-07 11:36:27 +0300
committerJacques Lucke <jacques@blender.org>2021-05-07 11:36:27 +0300
commit619b015a46786a4f4057b0dd4d20d27b61d13c0f (patch)
treebc6c5701becc47ae77e40e4f6c77365c06f2458c /source/creator/creator_args.c
parentab200c6eddc6494b5d95c98966969b2001d6db89 (diff)
parent42e350b9a5fc32940b05fce4115ed76898862604 (diff)
Merge branch 'master' into profiler-editor
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index d7f649b657d..9c7b7dc3f34 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1189,7 +1189,10 @@ static const char arg_handle_playback_mode_doc[] =
"\t-s <frame>\n"
"\t\tPlay from <frame>.\n"
"\t-e <frame>\n"
- "\t\tPlay until <frame>.";
+ "\t\tPlay until <frame>.\n"
+ "\t-c <cache_memory>\n"
+ "\t\tAmount of memory in megabytes to allow for caching images during playback.\n"
+ "\t\tZero disables (clamping to a fixed number of frames instead).";
static int arg_handle_playback_mode(int argc, const char **argv, void *UNUSED(data))
{
/* not if -b was given first */