From 290ed760cb83079f7889fafab8f7bb7383736d54 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin <sergey.vfx@gmail.com> Date: Fri, 7 Jun 2019 10:47:37 +0200 Subject: [PATCH] Remove use of removed armature option --- add_curve_sapling/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py index 5ea23001e..458273ef6 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: -- GitLab