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:

committed by
Brecht Van Lommel

parent
1d03a8b309
commit
8b8d5a441f
@@ -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;
|
||||
|
Reference in New Issue
Block a user