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:
authorTon Roosendaal <ton@blender.org>2003-10-29 03:23:16 +0300
committerTon Roosendaal <ton@blender.org>2003-10-29 03:23:16 +0300
commit5ea904facacea7adf654c2548fa127f746ea105b (patch)
tree6bdc033dbd6c8ebc8069ca4acdbc283a90811207 /source/blender/include/BSE_headerbuttons.h
parent29f532588a23e7bb54d4414b0488b62cdf63062d (diff)
- added another load of items to new toolbox... yeez, what an
ENORMOUS job Matt has done with the menus! :) - followed as much as possible order and options in pulldowns, but since toolbox has more categories, it is split up sometimes. - did some minor changes in pulldowns to make it more consistant - not yet: armature & text options... - not yet: toolbox in other window types (warning; shift+a now is new... eek!)
Diffstat (limited to 'source/blender/include/BSE_headerbuttons.h')
-rw-r--r--source/blender/include/BSE_headerbuttons.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/include/BSE_headerbuttons.h b/source/blender/include/BSE_headerbuttons.h
index 889ce57fea6..4a4770a1317 100644
--- a/source/blender/include/BSE_headerbuttons.h
+++ b/source/blender/include/BSE_headerbuttons.h
@@ -112,4 +112,14 @@ void do_info_add_surfacemenu(void *arg, int event);
void do_info_add_metamenu(void *arg, int event);
void do_info_addmenu(void *arg, int event);
+/* header_view3d.c */
+void do_view3d_select_meshmenu(void *arg, int event);
+void do_view3d_select_curvemenu(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);
+
+
+
#endif /* BSE_HEADERBUTTONS_H */