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:
Diffstat (limited to 'curve_simplify.py')
-rw-r--r--curve_simplify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_simplify.py b/curve_simplify.py
index 09377915..be17146c 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -280,7 +280,7 @@ def main(context, obj, options):
newSpline.order_u = degreeOut
# splineoptions
- newSpline.endpoint_u = spline.endpoint_u
+ newSpline.use_endpoint_u = spline.use_endpoint_u
# create ne object and put into scene
newCurve = bpy.data.objects.new("simple_"+obj.name, curve)