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/header_info.c
parentf5b919e12eff5df022bf340a81108c6e22463e2d (diff)
added options to add mesh (cap ends, radius and depth)
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 23c8fd1e550..bacfb3f42d4 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -1033,10 +1033,6 @@ void do_info_add_meshmenu(void *arg, int event)
/* Cylinder */
add_primitiveMesh(5);
break;
- case 6:
- /* Tube */
- add_primitiveMesh(6);
- break;
case 7:
/* Cone */
add_primitiveMesh(7);
@@ -1070,7 +1066,6 @@ static uiBlock *info_add_meshmenu(void *arg_unused)
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "UVsphere", 0, yco-=20, 160, 19, NULL, 0.0, 0.0, 1, 3, "");
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "IcoSphere|", 0, yco-=20, 160, 19, NULL, 0.0, 0.0, 1, 4, "");
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Cylinder|", 0, yco-=20, 160, 19, NULL, 0.0, 0.0, 1, 5, "");
- uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Tube|", 0, yco-=20, 160, 19, NULL, 0.0, 0.0, 1, 6, "");
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Cone|", 0, yco-=20, 160, 19, NULL, 0.0, 0.0, 1, 7, "");
uiDefIconTextBut(block, SEPR, 0, ICON_BLANK1, "", 0, yco-=6, 160, 6, NULL, 0.0, 0.0, 0, 0, "");
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Grid|", 0, yco-=20, 160, 19, NULL, 0.0, 0.0, 1, 8, "");