Cycles: add support for "Use Alpha" option on image datablocks.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D486
This commit is contained in:
Carlo Andreacchio
2014-05-07 16:36:44 +02:00
committed by Brecht Van Lommel
parent 1d03a8b309
commit 8b8d5a441f
6 changed files with 38 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ public:
int slot;
int is_float;
bool is_linear;
bool use_alpha;
string filename;
void *builtin_data;
ustring color_space;
@@ -95,6 +96,7 @@ public:
int slot;
int is_float;
bool is_linear;
bool use_alpha;
string filename;
void *builtin_data;
ustring color_space;