Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Veber <lucky3>2019-05-09 03:56:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-09 12:18:16 +0300
commitffb3226d276fd0af584431bc86ab25fa79c44a37 (patch)
tree32b0891f4d961ae1b8e373743923e61a12719ec7 /release
parentc74e9273a9884128c929029f49210f81ee1d328a (diff)
Fix T64308: bake animation not working after recent bendy bone changes
Differential Revision: https://developer.blender.org/D4820
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy_extras/anim_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy_extras/anim_utils.py b/release/scripts/modules/bpy_extras/anim_utils.py
index 2894bab69c9..fa833b273ec 100644
--- a/release/scripts/modules/bpy_extras/anim_utils.py
+++ b/release/scripts/modules/bpy_extras/anim_utils.py
@@ -158,7 +158,8 @@ def bake_action_iter(
'bbone_curveinx', 'bbone_curveoutx',
'bbone_curveiny', 'bbone_curveouty',
'bbone_rollin', 'bbone_rollout',
- 'bbone_scalein', 'bbone_scaleout',
+ 'bbone_scaleinx', 'bbone_scaleoutx',
+ 'bbone_scaleiny', 'bbone_scaleouty',
'bbone_easein', 'bbone_easeout'
]