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:
authorCampbell Barton <ideasman42@gmail.com>2012-07-06 13:22:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-06 13:22:59 +0400
commit3b559c8cc86fab02609556d2bbdd92aa3d1c3cba (patch)
treed2ac214f64be5257fa1780da0b6efaf57759dc75 /source/blender/makesrna/intern/rna_space.c
parent1b6a4c1c9b89996ab2a5d0b228592448730a2c30 (diff)
rgb color display options for compo backdrop.
Diffstat (limited to 'source/blender/makesrna/intern/rna_space.c')
-rw-r--r--source/blender/makesrna/intern/rna_space.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index f6286333111..48ae6522da9 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2852,6 +2852,9 @@ static void rna_def_space_node(BlenderRNA *brna)
{SNODE_USE_ALPHA, "COLOR_ALPHA", ICON_IMAGE_RGB_ALPHA, "Color and Alpha",
"Draw image with RGB colors and alpha transparency"},
{SNODE_SHOW_ALPHA, "ALPHA", ICON_IMAGE_ALPHA, "Alpha", "Draw alpha transparency channel"},
+ {SNODE_SHOW_R, "RED", 0, "Red", ""},
+ {SNODE_SHOW_G, "GREEN", 0, "Green", ""},
+ {SNODE_SHOW_B, "BLUE", 0, "Blue", ""},
{0, NULL, 0, NULL, NULL}
};