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:
authorMatt Ebb <matt@mke3.net>2006-06-16 08:32:39 +0400
committerMatt Ebb <matt@mke3.net>2006-06-16 08:32:39 +0400
commitcf9e420ad3d2da3ff9488873243dcf6bab4984e2 (patch)
treeedb09ed89618758df24c4efe4e662ba4647397d1 /source/blender/include/BSE_headerbuttons.h
parent8008783e2770b60070b0f34b639d02a6a8b777e7 (diff)
* Added header pulldown menus for the Node Editor. Also tweaked colours and some
of the menu organisation, consolidating the redundant 'Generators' with 'Input'.
Diffstat (limited to 'source/blender/include/BSE_headerbuttons.h')
-rw-r--r--source/blender/include/BSE_headerbuttons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BSE_headerbuttons.h b/source/blender/include/BSE_headerbuttons.h
index d405e2683a6..a5ded324105 100644
--- a/source/blender/include/BSE_headerbuttons.h
+++ b/source/blender/include/BSE_headerbuttons.h
@@ -131,6 +131,9 @@ void do_info_add_metamenu(void *arg, int event);
void do_info_add_lampmenu(void *arg, int event);
void do_info_addmenu(void *arg, int event);
+/* header_node.c */
+void do_node_addmenu(void *arg, int event);
+
/* header_view3d.c */
void do_view3d_select_objectmenu(void *arg, int event);
void do_view3d_select_object_groupedmenu(void *arg, int event);