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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-02-15 01:40:29 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-02-15 01:40:29 +0400
commitb94993941fe5a503627b45fd55f93f3bebbad97d (patch)
tree0522d704c999b20311e45deaa9574857ae69a0fa /intern/cycles/render/nodes.h
parent6e03b70def962bf4c7ee346916c7472700c7f336 (diff)
Fix #34252: cycles rendering 16bit PNG with too light colors.
Diffstat (limited to 'intern/cycles/render/nodes.h')
-rw-r--r--intern/cycles/render/nodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h
index 66be919d098..3609497e5ce 100644
--- a/intern/cycles/render/nodes.h
+++ b/intern/cycles/render/nodes.h
@@ -69,6 +69,7 @@ public:
ImageManager *image_manager;
int slot;
int is_float;
+ bool is_linear;
string filename;
void *builtin_data;
ustring color_space;
@@ -89,6 +90,7 @@ public:
ImageManager *image_manager;
int slot;
int is_float;
+ bool is_linear;
string filename;
void *builtin_data;
ustring color_space;