Skip to content
Snippets Groups Projects
Commit 5e3749b8 authored by Florian Meyer's avatar Florian Meyer
Browse files

reveal the other arctypes

parent e4d66826
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment