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 <campbell@blender.org>2022-03-25 04:04:30 +0300
committerCampbell Barton <campbell@blender.org>2022-03-25 04:10:30 +0300
commit6e86cf0daab8df25b3edeb83e1e3b45fadbbb4af (patch)
tree3ffeb88c6d4cc81da24ff7a9995345bb4d71cfcb /source/creator
parent2eeb79805cd5fbcf4850865df3e196a6f567a671 (diff)
Docs: include WEBP in --help text
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 3ee0f7f1cc8..e1f5bb6377d 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1432,7 +1432,7 @@ static const char arg_handle_image_type_set_doc[] =
"\t'TGA' 'RAWTGA' 'JPEG' 'IRIS' 'IRIZ' 'AVIRAW' 'AVIJPEG' 'PNG' 'BMP'\n"
"\n"
"\tFormats that can be compiled into Blender, not available on all systems:\n"
- "\t'HDR' 'TIFF' 'OPEN_EXR' 'OPEN_EXR_MULTILAYER' 'MPEG' 'CINEON' 'DPX' 'DDS' 'JP2'";
+ "\t'HDR' 'TIFF' 'OPEN_EXR' 'OPEN_EXR_MULTILAYER' 'MPEG' 'CINEON' 'DPX' 'DDS' 'JP2' 'WEBP'";
static int arg_handle_image_type_set(int argc, const char **argv, void *data)
{
bContext *C = data;