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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-10-21 21:06:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-29 13:10:13 +0300
commit7d070f97ad8849de052919fdd75a020d1edb6cfc (patch)
tree310f78b5466c7b5ecd5920b791db58e9d880817b /source/blender
parente8b3ba29834383a052b20cd28eca1a7dca72d089 (diff)
Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76, part II.
Different issue actually, here RAWTGA was simply forgotten in the alpha-capable formats...
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c
index 0c5941f6aa6..3aa2ba818de 100644
--- a/source/blender/blenkernel/intern/image.c
+++ b/source/blender/blenkernel/intern/image.c
@@ -1363,6 +1363,7 @@ char BKE_imtype_valid_channels(const char imtype, bool write_file)
if (write_file) break;
/* fall-through */
case R_IMF_IMTYPE_TARGA:
+ case R_IMF_IMTYPE_RAWTGA:
case R_IMF_IMTYPE_IRIS:
case R_IMF_IMTYPE_PNG:
case R_IMF_IMTYPE_RADHDR: