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:
authorSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-05-04 21:59:39 +0300
committerSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-05-04 21:59:39 +0300
commitb5608a3116d3b2d7f89a08e90387aea8c7230fdd (patch)
treeb1edabac6b18cf96c6f39b11d0654eabbda9ad1d /add_curve_extra_objects/add_curve_spirals.py
parentb23f15603088f2e382ce9a53093b58debc3d70e6 (diff)
Curve extra objects: Enabled work beveltaper_curve.
Adding function beveltaper in contex menu. Enabled Path Animation in other some curve.
Diffstat (limited to 'add_curve_extra_objects/add_curve_spirals.py')
-rw-r--r--add_curve_extra_objects/add_curve_spirals.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/add_curve_extra_objects/add_curve_spirals.py b/add_curve_extra_objects/add_curve_spirals.py
index 96eb8aba..c3945e3f 100644
--- a/add_curve_extra_objects/add_curve_spirals.py
+++ b/add_curve_extra_objects/add_curve_spirals.py
@@ -241,6 +241,7 @@ def draw_curve(props, context, align_matrix):
# set curveOptions
newCurve.dimensions = props.shape
+ newCurve.use_path = True
# create object with newCurve
Curve = object_data_add(context, newCurve) # place in active scene