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:
authorRobert Holcomb <bob_holcomb@hotmail.com>2007-01-06 04:25:59 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2007-01-06 04:25:59 +0300
commit4d28796b61c07190a7676c33bd171554bfc1583c (patch)
tree318a75c8f3a397fc83dd3cdbc6397a290e6f4c5c /source/blender/blenkernel/BKE_node.h
parente28ca479085d68f0401f1f945c668dc7b51000f3 (diff)
Updated luminance node to work in all color spaces. Also made it work for any channel, not just luminance.
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 9621240c815..6a6b9b8224b 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -241,7 +241,7 @@ void set_node_shader_lamp_loop(void (*lamp_loop_func)(struct ShadeInput *, str
#define CMP_NODE_DIFF_MATTE 235
#define CMP_NODE_COLOR_SPILL 236
#define CMP_NODE_CHROMA 237
-#define CMP_NODE_LUMA 238
+#define CMP_NODE_CHANNEL_MATTE 238
#define CMP_NODE_FLIP 239
#define CMP_NODE_SPLITVIEWER 240
#define CMP_NODE_INDEX_MASK 241