[Bf-extensions-cvs] [290ed760] master: Remove use of removed armature option

Sergey Sharybin noreply at git.blender.org
Fri Jun 7 10:47:52 CEST 2019


Commit: 290ed760cb83079f7889fafab8f7bb7383736d54
Author: Sergey Sharybin
Date:   Fri Jun 7 10:47:37 2019 +0200
Branches: master
https://developer.blender.org/rBA290ed760cb83079f7889fafab8f7bb7383736d54

Remove use of removed armature option

===================================================================

M	add_curve_sapling/utils.py

===================================================================

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:



More information about the Bf-extensions-cvs mailing list