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:
authorDiego Borghetti <bdiego@gmail.com>2008-12-09 07:02:18 +0300
committerDiego Borghetti <bdiego@gmail.com>2008-12-09 07:02:18 +0300
commitcac797eff6c8d618c78ec6d5492c85a7665c37fd (patch)
tree5bc5636f75cf792f47554eaf27d77fdf8f5b0b05 /source/creator
parentcaf58fe4b293d78a0625e3e64032ff3b9b8278c5 (diff)
Commit patch [#18057] by Dalai Felinto (dfelinto)
This implement the option of playback an animation using the step value in the render panel (or -a -j). Tested here and work fine, about the ffmpeg/avi bug it's my fault, I don't think in "step + video format", so now it's in my todo-list :)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 745978e2bb9..a6111210593 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -208,7 +208,7 @@ static void print_help(void)
printf (" -t <threads>\tUse amount of <threads> for rendering (background mode only).\n");
printf (" [1-8], 0 for systems processor count.\n");
printf ("\nAnimation playback options:\n");
- printf (" -a <file(s)>\tPlayback <file(s)>, only operates this way when -b is not used.\n");
+ printf (" -a <options> <file(s)>\tPlayback <file(s)>, only operates this way when -b is not used.\n");
printf (" -p <sx> <sy>\tOpen with lower left corner at <sx>, <sy>\n");
printf (" -m\t\tRead from disk (Don't buffer)\n");
printf (" -f <fps> <fps-base>\t\tSpecify FPS to start with\n");