From 0a7c43c6e5fc7d5d75a4645eca1164cede2d03a6 Mon Sep 17 00:00:00 2001 From: Robert Holcomb Date: Sun, 19 Nov 2006 19:17:32 +0000 Subject: 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. --- source/blender/src/toolbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/src/toolbox.c') 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 */ -- cgit v1.2.3