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>2006-11-19 22:17:32 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2006-11-19 22:17:32 +0300
commit0a7c43c6e5fc7d5d75a4645eca1164cede2d03a6 (patch)
tree939b69ddcfe3d6bd875aa384d04cfc3c5728d811 /source/blender/src/toolbox.c
parent4ebf5223ba7147680d2b0561ae85c51327ae93e3 (diff)
Updated tooltips in matte nodes to better explain their use. Made the names of the matte nodes more consistent.
Minor change to to how luminance detail is added to alpha channel in chroma key node. Removed unused inputs in chroma key and luminance key nodes. Changed chroma key controls back to sliders because I think they offer the user a more intuitive interface to the node.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index eefba19b718..fe75b7e0e0c 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1558,8 +1558,8 @@ static TBitem tb_node_addcomp[]= {
{ 0, "Filters", 5, NULL},
{ 0, "Convertors", 6, NULL},
{ 0, "Groups", 7, NULL},
- { 0, "Mattes", 8, NULL},
- { -1, "", 0, NULL}};
+ { 0, "Mattes", 8, NULL},
+ { -1, "", 0, NULL}};
/* do_node_addmenu() in header_node.c, prototype in BSE_headerbuttons.h */