[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [996] trunk/py/scripts/addons/ add_curve_torus_knots.py: == Torus Knot ==

Florian Meyer florianfelix at web.de
Thu Sep 9 21:29:12 CEST 2010


Revision: 996
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=996
Author:   testscreenings
Date:     2010-09-09 21:29:12 +0200 (Thu, 09 Sep 2010)

Log Message:
-----------
== 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.

Modified Paths:
--------------
    trunk/py/scripts/addons/add_curve_torus_knots.py

Modified: trunk/py/scripts/addons/add_curve_torus_knots.py
===================================================================
--- trunk/py/scripts/addons/add_curve_torus_knots.py	2010-09-08 12:47:42 UTC (rev 995)
+++ trunk/py/scripts/addons/add_curve_torus_knots.py	2010-09-09 19:29:12 UTC (rev 996)
@@ -136,10 +136,6 @@
     # 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,




More information about the Bf-extensions-cvs mailing list