Skip to content
Snippets Groups Projects
Commit 3a1301c9 authored by Martin Buerbaum's avatar Martin Buerbaum
Browse files

* Removed debug code (oops - that slipped through somehow).

* Added full author name.
parent 4a9fab8f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment