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-09-09 23:29:12 +0400
committerFlorian Meyer <florianfelix@web.de>2010-09-09 23:29:12 +0400
commita8feeaca46806bd6a8ac59a0d7541a6457dc128e (patch)
tree13c59589ef247360990afcfe0bed2016da1a224f /add_curve_torus_knots.py
parent3f2f9e4d628dd5a178e4ffaaaf879f70ee0eee69 (diff)
== 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.
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py4
1 files changed, 0 insertions, 4 deletions
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,