Fix failure when baking actions with Bendy Bones

682a74e090 renamed Bendy Bones properties and replaced existing float
properties with float-vector properties. This updates the property names used
by the action baking operator (`NLA_OT_bake`).
This commit is contained in:
Julian Eisel 2021-06-24 00:05:12 +02:00
parent d6212f67a9
commit f7fbb518c8
1 changed files with 2 additions and 3 deletions

View File

@ -156,10 +156,9 @@ def bake_action_iter(
# Note: BBONE_PROPS is a list so we can preserve the ordering
BBONE_PROPS = [
'bbone_curveinx', 'bbone_curveoutx',
'bbone_curveiny', 'bbone_curveouty',
'bbone_curveinz', 'bbone_curveoutz',
'bbone_rollin', 'bbone_rollout',
'bbone_scaleinx', 'bbone_scaleoutx',
'bbone_scaleiny', 'bbone_scaleouty',
'bbone_scalein', 'bbone_scaleout',
'bbone_easein', 'bbone_easeout'
]