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>2006-03-20 19:24:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-03-20 19:24:00 +0300
commit99dbcaa2f1e093a6736c3b14465954940c807092 (patch)
tree858c0549efb48befecee44d7311ebcfdc2b9caf7 /source/creator
parent4fcd19013bc616d3955c7e5e40374d315e38ff42 (diff)
Fixed an error in the help printout and set out the formats that are not supported on all os's.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index e504e434c5b..0d85d6fd819 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -177,9 +177,9 @@ static void print_help(void)
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 AVICODEC QUICKTIME BMP\n");
- printf (" \tHDR TIFF EXR MPEG FRAMESERVER CINEON DPX\n");
- printf (" Use // at the start of the path to\n");
+ printf (" \tAVIRAW AVIJPEG PNG BMP FRAMESERVER\n");
+ printf (" (formats that can be compiled into blender, not available on all systems)\n");
+ printf (" \tHDR TIFF EXR MPEG AVICODEC QUICKTIME CINEON DPX\n");
printf (" -x <bool>\tSet option to add the file extension to the end of the file.\n");
printf ("\nAnimation options:\n");
printf (" -a <file(s)>\tPlayback <file(s)>\n");