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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-28 19:25:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-03-28 19:25:07 +0400
commit273ca449d36d7b77f8cfc64365003be7f6615b77 (patch)
tree1ef97e8e869f7c30ccea6c72bfe25d66a1fff61a /source/blender/src/toolbox.c
parentf5b919e12eff5df022bf340a81108c6e22463e2d (diff)
added options to add mesh (cap ends, radius and depth)
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 3143b9652aa..3127d635014 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1417,7 +1417,6 @@ static TBitem addmenu_mesh[]= {
{ 0, "UVsphere", 3, NULL},
{ 0, "Icosphere", 4, NULL},
{ 0, "Cylinder", 5, NULL},
-{ 0, "Tube", 6, NULL},
{ 0, "Cone", 7, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Grid", 8, NULL},