From a8feeaca46806bd6a8ac59a0d7541a6457dc128e Mon Sep 17 00:00:00 2001
From: Florian Meyer <florianfelix@web.de>
Date: Thu, 9 Sep 2010 19:29:12 +0000
Subject: [PATCH] == 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(-)

diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index af0eab518..2f13ac846 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,
-- 
GitLab