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:
authorPaulo Gomes <tuga3d@gmail.com>2010-03-26 13:47:52 +0300
committerPaulo Gomes <tuga3d@gmail.com>2010-03-26 13:47:52 +0300
commit9a7f01bb57cc6fa79a733fad3f9e80a4489b9443 (patch)
tree997f21e356586e746e370cea6bf1c24049d3efdf /add_mesh_twisted_torus.py
parent132c659138c81da87c14de6c0e61be08090f4f26 (diff)
modify max twists from 5 to 10.
Diffstat (limited to 'add_mesh_twisted_torus.py')
-rw-r--r--add_mesh_twisted_torus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 324842fb..1a88b1d9 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -132,7 +132,7 @@ class AddTwistedTorus(bpy.types.Operator):
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",