From 7991246c00d2c9e555fc5ac335b4d24aabacebde Mon Sep 17 00:00:00 2001 From: Florian Meyer Date: Mon, 24 May 2010 09:21:15 +0000 Subject: removed width --> not really adding anything --- add_curve_torus_knots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_curve_torus_knots.py') 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 ##### -- cgit v1.2.3