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>2010-05-24 15:40:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-24 15:40:45 +0400
commit4178b44b353e51139954d4b954e9234cdc172507 (patch)
tree1186f099370c575074126de16797c07260901efd /source/creator
parent6c01b7b4f84b3a81836a372ec14e4ba6793b6ad9 (diff)
- correct --help message
- fix implicit decloration of DAG_scene_sort() - same fix for tiff as made in renderbranch - rename 'combined peak' --> 'peak' for shorter messages while rendering.
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 ae1fc22826f..1f279966d70 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -228,7 +228,7 @@ static int print_help(int argc, char **argv, void *data)
printf (" When the filename does not contain #, The suffix #### is added to the filename\n");
printf (" The frame number will be added at the end of the filename.\n");
printf (" eg: blender -b foobar.blend -o //render_ -F PNG -x 1 -a\n");
- printf (" test-######.png becomes test-000001.png\n\n");
+ printf (" //render_ becomes //render_####, writing frames as //render_0001.png//\n");
printf (" -E or --engine <engine>\n");
printf (" Specify the render engine.\n");