Blender Git Loki
Git Commits -> Revision ded7af5
Revision ded7af5 by Sybren A. Stüvel (master) April 6, 2020, 11:39 (GMT) |
Fix T74889 Baking to current action doesn't work properly Before this commit, baking an action would only insert keys that are necessary (i.e. using `INSERTKEY_NEEDED`). When baking to the current Action, if there are no constraints that influence the final animation, there are no additional keys necessary. This makes it appear as if nothing happened. However, when baking to a new Action every additional frame is necessary and thus a key is added for every frame. @mont29 and I agreed that this behaviour is confusing, so this commit changes the behaviour such that baking to the current action and to a new action result in the same baked animation (that is, keyed on every frame). |
Commit Details:
Full Hash: ded7af53b4f2fed41069dd52a9854fe1e904cad1
Parent Commit: c03e5e7
Lines Changed: +11, -13
1 Modified Path:
/release/scripts/modules/bpy_extras/anim_utils.py (+11, -13) (Diff)