[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [711] trunk/py/scripts/addons/ add_curve_aceous_galore.py: reveal the other arctypes

Florian Meyer florianfelix at web.de
Sun Jun 6 17:41:53 CEST 2010


Revision: 711
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=711
Author:   testscreenings
Date:     2010-06-06 17:41:53 +0200 (Sun, 06 Jun 2010)

Log Message:
-----------
reveal the other arctypes

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

Modified: trunk/py/scripts/addons/add_curve_aceous_galore.py
===================================================================
--- trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-06-06 13:43:58 UTC (rev 710)
+++ trunk/py/scripts/addons/add_curve_aceous_galore.py	2010-06-06 15:41:53 UTC (rev 711)
@@ -836,7 +836,7 @@
                     description="End angle")
     arcType = IntProperty(name="Arc type",
                     default=3,
-                    min=3, soft_min=3,
+                    min=1, soft_min=1,
                     max=3, soft_max=3,
                     description="Sides of arc")
 
@@ -961,7 +961,7 @@
             box.prop(props, 'outerRadius')
         if props.GalloreType == 'Arc':
             box.prop(props, 'arcSides')
-            #box.prop(props, 'arcType') # has only one Type?
+            box.prop(props, 'arcType') # has only one Type?
             box.prop(props, 'startAngle')
             box.prop(props, 'endAngle')
             box.prop(props, 'innerRadius') # doesn't seem to do anything




More information about the Bf-extensions-cvs mailing list