Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Buerbaum <martin.buerbaum@gmx.at>2010-04-15 23:25:30 +0400
committerMartin Buerbaum <martin.buerbaum@gmx.at>2010-04-15 23:25:30 +0400
commit3a1301c935fd0f19c9810007cdc8795ee81eab4d (patch)
tree545f4c42e597906dc853d57f2c4a324949dbb1e6 /add_mesh_gears.py
parent4a9fab8f97052dec3f354a0949f46d139ffdcc95 (diff)
* Removed debug code (oops - that slipped through somehow).
* Added full author name.
Diffstat (limited to 'add_mesh_gears.py')
-rw-r--r--add_mesh_gears.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/add_mesh_gears.py b/add_mesh_gears.py
index 79364b28..2ffd8add 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -22,7 +22,7 @@
bl_addon_info = {
'name': 'Add Mesh: Gears',
- 'author': 'varkenvarken',
+ 'author': 'Michel J. Anders (varkenvarken)',
'version': '2.2',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh ',
@@ -31,7 +31,6 @@ bl_addon_info = {
'Scripts/Add_Mesh/Add_Gear',
'category': 'Add Mesh'}
-
"""
What was needed to port it from 2.49 -> 2.50 alpha 0?
@@ -463,9 +462,6 @@ def add_gear(teethNum, radius, Ad, De, base, p_angle,
vgroup_val.extend([i + toothCnt * VERT_NUM * 2
for i in VERTS_VALLEY])
- if toothCnt == 2:
- break
-
# EXPERIMENTAL: add spokes
if not worm and spoke > 0:
fl = len(v)