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>2016-03-03 22:32:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-03 22:36:13 +0300
commitc38087afc0752057603f5db7df207e96b34fde0d (patch)
treeec603e8f09a703bbaeac17e15fa77d10f8df3dc0 /source/creator/creator_args.c
parent63d25b47b8f4ce056e996248562735557e3483a7 (diff)
Correct image format args (remove 'MOVIE')
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 2f7fce72de8..b44c6d08664 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -936,10 +936,10 @@ static int arg_handle_engine_set(int argc, const char **argv, void *data)
static const char arg_handle_image_type_set_doc[] =
"<format>\n"
"\tSet the render format, Valid options are...\n"
-"\t\tTGA IRIS JPEG MOVIE IRIZ RAWTGA\n"
-"\t\tAVIRAW AVIJPEG PNG BMP FRAMESERVER\n"
+"\t\tTGA RAWTGA JPEG IRIS IRIZ\n"
+"\t\tAVIRAW AVIJPEG PNG BMP\n"
"\t(formats that can be compiled into blender, not available on all systems)\n"
-"\t\tHDR TIFF EXR MULTILAYER MPEG AVICODEC QUICKTIME CINEON DPX DDS"
+"\t\tHDR TIFF EXR MULTILAYER MPEG FRAMESERVER QUICKTIME CINEON DPX DDS JP2"
;
static int arg_handle_image_type_set(int argc, const char **argv, void *data)
{