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>2004-11-10 02:05:06 +0300
committerTon Roosendaal <ton@blender.org>2004-11-10 02:05:06 +0300
commita534361b3e41886265fbad6d649f56d8ded021ec (patch)
treeb25a6cbea5f694847398de3a735d6c14159bb9a0 /source/blender/src/toolbox.c
parent422127e1ca20d74b6550982e0a9f764f902eca42 (diff)
More small changes;
- Added "Add Hook" menu in mesh editmode pulldown (Vertices) and toolbox - Small tweak in editmode undo, tighten rules for what to do inbetween editmode sessions. (use same stack when object names identical) - Added correct redraw events for CTRL+C CTRL+V (r g b sliders for example)
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index a36806eae6d..7e34acff2b8 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1682,6 +1682,7 @@ static TBitem tb_curve_edit_cv[]= {
{ 0, "Vector|V", TB_ALT|'t', NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Make Vertex Parent|Ctrl P", TB_CTRL|'p', NULL},
+{ 0, "Add Hook|Ctrl H", TB_CTRL|'h', NULL},
{ -1, "", 0, tb_do_hotkey}};
@@ -1708,6 +1709,7 @@ static TBitem tb_mesh_edit_vertex[]= {
{ 0, "Remove Doubles|W, 5", 1, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Make Vertex Parent|Ctrl P", 0, NULL},
+{ 0, "Add Hook|Ctrl H", 6, NULL},
{ -1, "", 0, do_view3d_edit_mesh_verticesmenu}};
static TBitem tb_mesh_edit_edge[]= {