From 5e3749b878c536a048525b55993290753ac0f40c Mon Sep 17 00:00:00 2001
From: Florian Meyer <florianfelix@web.de>
Date: Sun, 6 Jun 2010 15:41:53 +0000
Subject: [PATCH] reveal the other arctypes

---
 add_curve_aceous_galore.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index e46306c96..7b7159c0e 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -836,7 +836,7 @@ class Curveaceous_galore(bpy.types.Operator):
                     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 @@ class Curveaceous_galore(bpy.types.Operator):
             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
-- 
GitLab