[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [520] trunk/py/scripts/addons/ add_mesh_twisted_torus.py: modify max twists from 5 to 10.

Paulo Gomes tuga3d at gmail.com
Fri Mar 26 11:47:52 CET 2010


Revision: 520
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=520
Author:   paulo_gomes
Date:     2010-03-26 11:47:52 +0100 (Fri, 26 Mar 2010)

Log Message:
-----------
modify max twists from 5 to 10.

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

Modified: trunk/py/scripts/addons/add_mesh_twisted_torus.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_twisted_torus.py	2010-03-24 16:23:21 UTC (rev 519)
+++ trunk/py/scripts/addons/add_mesh_twisted_torus.py	2010-03-26 10:47:52 UTC (rev 520)
@@ -132,7 +132,7 @@
 
     twists = IntProperty(name="Twists",
     description="Number of twists of the torus",
-    default=0, min=0, max=5)
+    default=0, min=0, max=10)
 
     use_abso = BoolProperty(name="Use Int+Ext Controls",
     description="Use the Int / Ext controls for torus dimensions",




More information about the Bf-extensions-cvs mailing list