From 9a7f01bb57cc6fa79a733fad3f9e80a4489b9443 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Fri, 26 Mar 2010 10:47:52 +0000 Subject: modify max twists from 5 to 10. --- add_mesh_twisted_torus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_mesh_twisted_torus.py') 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", -- cgit v1.2.3