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-04-06 19:16:06 +0400
committerTon Roosendaal <ton@blender.org>2004-04-06 19:16:06 +0400
commit9fe0410706d694f6a188ff4884a8ec23e1fc48fb (patch)
treef9901fd9631be3e1241ec817f985bedef1050781 /source/blender/src/toolbox.c
parent78c613e7f2ff59c3764c392d1f42a64b28ed3021 (diff)
Bug report #1007
Missing option in menus: 'make duplis real'. Added it in both Object pulldown as in toolbox now.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 8ce7dddb984..6981469d4d2 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -2050,7 +2050,8 @@ static TBitem tb_transform_clearapply[]= {
{ 0, "Clear Size", 2, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Apply Size/Rotation|Ctrl A", 3, NULL},
-{ 0, "Apply Deform|Shift Ctrl A", 4, NULL},
+{ 0, "Apply Deformation|Shift Ctrl A", 4, NULL},
+{ 0, "Make Duplicates Real|Shift Ctrl A", 4, NULL},
{ -1, "", 0, tb_do_transform_clearapply}};
static TBitem tb_transform_snap[]= {