From a8feeaca46806bd6a8ac59a0d7541a6457dc128e Mon Sep 17 00:00:00 2001 From: Florian Meyer Date: Thu, 9 Sep 2010 19:29:12 +0000 Subject: == Torus Knot == - minor cleanup - there seems to be a bug with the scale factor, maybe due to all the recent api changes? The output is different than a few weeks ago, although still functional. - has to be investigated. --- add_curve_torus_knots.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'add_curve_torus_knots.py') diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py index af0eab51..2f13ac84 100644 --- a/add_curve_torus_knots.py +++ b/add_curve_torus_knots.py @@ -136,10 +136,6 @@ def main(context, props, align_matrix): # deselect all objects bpy.ops.object.select_all(action='DESELECT') - # options - splineType = 'NURBS' - - # get verts verts = Torus_Knot_Curve(props.torus_p, props.torus_q, -- cgit v1.2.3