[Bf-blender-cvs] [ffb3226d276] master: Fix T64308: bake animation not working after recent bendy bone changes

Lucas Veber noreply at git.blender.org
Thu May 9 11:20:11 CEST 2019


Commit: ffb3226d276fd0af584431bc86ab25fa79c44a37
Author: Lucas Veber
Date:   Thu May 9 02:56:30 2019 +0200
Branches: master
https://developer.blender.org/rBffb3226d276fd0af584431bc86ab25fa79c44a37

Fix T64308: bake animation not working after recent bendy bone changes

Differential Revision: https://developer.blender.org/D4820

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

M	release/scripts/modules/bpy_extras/anim_utils.py

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

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'
     ]



More information about the Bf-blender-cvs mailing list