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>2007-05-21 01:30:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-05-21 01:30:29 +0400
commit3e8acb4c5347d2371fcf8b60cc3a75b9c2aa5d53 (patch)
treee46585ac217971ae4b2b22344ed05e80ecdb7e71 /source/creator
parent1e4057f6fd59ae752bf569a183117c3c55f0c649 (diff)
closing bug #6680 - This feature didnt work as advertised.
When setting the filename for export foo_#_bar would not be renamed to foo_00001_bar, It only worked when # what the last char of the name. removed the text from --help that says this is supported.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 8be44dca913..d63e69255eb 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -180,8 +180,8 @@ static void print_help(void)
printf (" -o <path>\tSet the render path and file name.\n");
printf (" Use // at the start of the path to\n");
printf (" render relative to the blend file.\n");
- printf (" Use # in the filename to be replaced with the frame number\n");
- printf (" eg: blender -b foobar.blend -o //render_# -F PNG -x 1\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\n");
printf (" -F <format>\tSet the render format, Valid options are..\n");
printf (" \tTGA IRIS HAMX FTYPE JPEG MOVIE IRIZ RAWTGA\n");
printf (" \tAVIRAW AVIJPEG PNG BMP FRAMESERVER\n");