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-05-12 20:53:11 +0400
committerMatt Ebb <matt@mke3.net>2004-05-12 20:53:11 +0400
commit2825750330c297fd405feb6f3f581459670d2add (patch)
treea61bf34c0372f8244d936ce3ebb637da13c2dc33 /source/blender/include/BSE_headerbuttons.h
parente80a8143608ee1704d9e40f5a7ea8d48acbb7da2 (diff)
A few fixes to the menus:
* Added the axis constraints (and fixed a bug) in the newly added View3D transform menus, and in doing so removed some duplicated code from toolbox.c * Cleaned up text labelling Hint: Remember to use Title Case for menu labels, and only use an ellipsis (...) when the menu opens up another new dialog like a panel or a pupmenu(). The ellipsis indicates "there is something more to come" and that no action, mode-change, whatever will be executed immediately.
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 446df3e7647..c80b84f67ac 100644
--- a/source/blender/include/BSE_headerbuttons.h
+++ b/source/blender/include/BSE_headerbuttons.h
@@ -124,6 +124,9 @@ 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_mirrormenu(void *arg, int event);
+void do_view3d_transform_moveaxismenu(void *arg, int event);
+void do_view3d_transform_rotateaxismenu(void *arg, int event);
+void do_view3d_transform_scaleaxismenu(void *arg, int event);
void do_view3d_object_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);