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:
authorFlorian Meyer <florianfelix@web.de>2010-05-24 13:21:15 +0400
committerFlorian Meyer <florianfelix@web.de>2010-05-24 13:21:15 +0400
commit7991246c00d2c9e555fc5ac335b4d24aabacebde (patch)
treea6c5d61d741842ff0c66c05ded751d3055aec01a /add_curve_torus_knots.py
parent050dd2ec79e2e52e7cd56e81d7281478e9540f6d (diff)
removed width -->
not really adding anything
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index bf1516a4..6fc68d8d 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -389,7 +389,7 @@ class torus_knot_plus(bpy.types.Operator):
box.prop(props, 'geo_bDepth')
box.prop(props, 'geo_bRes')
box.prop(props, 'geo_extrude')
- box.prop(props, 'geo_width')
+ #box.prop(props, 'geo_width') # not really good
box.prop(props, 'geo_res')
##### POLL #####