From 980d7fe327a1ae874939b9ca04b3697396f49299 Mon Sep 17 00:00:00 2001
From: Florian Meyer <florianfelix@web.de>
Date: Tue, 24 Aug 2010 16:46:43 +0000
Subject: [PATCH] == Curveacous Galore == - fix for api changes

---
 add_curve_aceous_galore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 4957999b6..44f201a97 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",
-- 
GitLab