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>2021-05-06 04:35:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-06 04:35:10 +0300
commitc17792a709d3beb784812d95ffd0322145d08b11 (patch)
tree5750eef1ece754534f855230bbc1d7a2e144e5ad /source/creator
parent0433bc7e4ecb64a9efdba3c883a87e3129e37211 (diff)
parent0499dbc5c16fe6b276da81d65cade4f5da92a308 (diff)
Merge branch 'blender-v2.93-release'
Diffstat (limited to 'source/creator')
-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 */