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.
This commit is contained in:
Campbell Barton 2007-05-20 21:30:29 +00:00
parent 1e4057f6fd
commit 3e8acb4c53

@ -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");