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:
authorFlorian Meyer <florianfelix@web.de>2010-06-06 19:41:53 +0400
committerFlorian Meyer <florianfelix@web.de>2010-06-06 19:41:53 +0400
commit5e3749b878c536a048525b55993290753ac0f40c (patch)
treeb44756bf3e8eb0bf40fe386dc14c99cfdb0171c6 /add_curve_aceous_galore.py
parente4d66826fe59fb3f6f0b6d392a9774ffe7ceeeb4 (diff)
reveal the other arctypes
Diffstat (limited to 'add_curve_aceous_galore.py')
-rw-r--r--add_curve_aceous_galore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index e46306c9..7b7159c0 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