Fix T69105: reset the action blend mode to Replace in Bake Action.

This can't be done in Tweak mode since the setting is stored in the
tweaked strip, and the logic for finding it is not exposed to python.
This commit is contained in:
Alexander Gavrilov 2020-01-14 16:04:23 +03:00
parent 283d76932a
commit d5c963bbc3

@ -257,6 +257,9 @@ def bake_action_iter(
atd.action = action
# Baking the action only makes sense in Replace mode, so force it (T69105)
if not atd.use_tweak_mode:
atd.action_blend_type = 'REPLACE'
# -------------------------------------------------------------------------
# Apply transformations to action