[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10745] trunk/blender/source/creator/ creator.c: closing bug #6680 - This feature didnt work as advertised.

Campbell Barton cbarton at metavr.com
Sun May 20 23:30:29 CEST 2007


Revision: 10745
          https://svn.blender.org//revision/?rev=10745&view=rev
Author:   campbellbarton
Date:     2007-05-20 23:30:29 +0200 (Sun, 20 May 2007)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2007-05-20 19:01:34 UTC (rev 10744)
+++ trunk/blender/source/creator/creator.c	2007-05-20 21:30:29 UTC (rev 10745)
@@ -180,8 +180,8 @@
 	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");





More information about the Bf-blender-cvs mailing list