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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-06-07 11:47:37 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-06-07 11:47:37 +0300
commit290ed760cb83079f7889fafab8f7bb7383736d54 (patch)
treecfbf02efcadf83e392ed595ce3078be0e2bbadb3 /add_curve_sapling
parent1ac60b2bd55db9972ee7e3c28927711f5e1f9c36 (diff)
Remove use of removed armature option
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index 5ea23001..458273ef 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -737,7 +737,6 @@ def create_armature(armAnim, leafP, cu, frameRate, leafMesh, leafObj, leafVertSi
armOb.animation_data_create()
armOb.animation_data.action = newAction
arm.display_type = 'STICK'
- arm.use_deform_delay = True
# Add the armature modifier to the curve
armMod = treeOb.modifiers.new('windSway', 'ARMATURE')
if previewArm: