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>2004-01-12 16:30:00 +0300
committerMatt Ebb <matt@mke3.net>2004-01-12 16:30:00 +0300
commit9de93ac9dca9e981fe8b777ddbdedb0bc0be0e54 (patch)
tree98a370e358c0e268ef8604c770e61fe83040ad8b /source/blender/include/BSE_headerbuttons.h
parente40eaa4d47150c68c5bb0e22be3dbc30ec7eee61 (diff)
* Big menus update
Hard to describe other than by saying: * Updates, re-thought organisation, etc based on testing and feedback from 2.30 -> 2.31 * A *lot* of missing entries added * Toolbox expanded, tidied and more consistent with pulldown menus * A lot of functionality hidden behind secondary pupmenu()s is now exposed through arguments, so that they can be more easily explored from the pulldowns and toolbox. This is the reason for the many changed files in this commit - had to clean up editing functions. Mixing interface code in the middle of editing functionality is not good for menus and toolboxes. Please don't do it! At this stage, the menu and toolbox system (at least for most window spaces) should be just about 'stable' and 'complete'. It's now up to people to keep them up to date :)
Diffstat (limited to 'source/blender/include/BSE_headerbuttons.h')
-rw-r--r--source/blender/include/BSE_headerbuttons.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/blender/include/BSE_headerbuttons.h b/source/blender/include/BSE_headerbuttons.h
index e85ce4309ab..77fc900cf05 100644
--- a/source/blender/include/BSE_headerbuttons.h
+++ b/source/blender/include/BSE_headerbuttons.h
@@ -115,13 +115,18 @@ void do_info_add_metamenu(void *arg, int event);
void do_info_addmenu(void *arg, int event);
/* header_view3d.c */
+void do_view3d_select_object_groupedmenu(void *arg, int event);
+void do_view3d_select_object_linkedmenu(void *arg, int event);
+void do_view3d_select_object_layermenu(void *arg, int event);
+void do_view3d_select_object_typemenu(void *arg, int event);
void do_view3d_select_meshmenu(void *arg, int event);
void do_view3d_select_curvemenu(void *arg, int event);
+void do_view3d_edit_snapmenu(void *arg, int event);
+void do_view3d_edit_mesh_mirrormenu(void *arg, int event);
void do_view3d_edit_mesh_normalsmenu(void *arg, int event);
void do_view3d_edit_mesh_verticesmenu(void *arg, int event);
void do_view3d_edit_mesh_edgesmenu(void *arg, int event);
void do_view3d_edit_curve_segmentsmenu(void *arg, int event);
-
-
+void do_view3d_edit_curve_showhidemenu(void *arg, int event);
#endif /* BSE_HEADERBUTTONS_H */