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-08-24 20:46:43 +0400
committerFlorian Meyer <florianfelix@web.de>2010-08-24 20:46:43 +0400
commit980d7fe327a1ae874939b9ca04b3697396f49299 (patch)
treed6bef9a9bdcbc9eb95e1e05766a4bcc4efab3f31 /add_curve_aceous_galore.py
parentf286c6af7af4cac435ab71bb7cd87ea56f178145 (diff)
== Curveacous Galore ==
- fix for api changes
Diffstat (limited to 'add_curve_aceous_galore.py')
-rw-r--r--add_curve_aceous_galore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 4957999b..44f201a9 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -780,7 +780,7 @@ class Curveaceous_galore(bpy.types.Operator):
shape = EnumProperty(name="2D / 3D",
items=shapeItems,
description="2D or 3D Curve")
- cyclic_u = BoolProperty(name="Cyclic",
+ use_cyclic_u = BoolProperty(name="Cyclic",
default=True,
description="make curve closed")
endp_u = BoolProperty(name="use_endpoint_u",