Blender Git Loki
Git Commits -> Revision 72a5c1f
Revision 72a5c1f by Joshua Leung (master) July 1, 2013, 13:19 (GMT) |
Bugfix [#35887] Keyframes inserted at wrong time on offsetted NLA Strips when using "Auto Keying" + "Insert Available Only" Patch from Campbell. The problem was that NLA offset/mapping correction was only done when no destination action was supplied to insert_keyframe(). In most cases, this is not a problem, since all normal keyframing goes through keyingset or the insert- button operators, and these just pass action=NULL (since they're too lazy to look it up). However, there is one situation where this bug gets triggered (the specific combination of autokeyframing and "insert available only"), where the caller of insert_keyframe() actually passed in an action (to prevent it from creating one itself!). |
Commit Details:
Full Hash: 72a5c1f007564db03c54218a4099bec2e2c8131e
SVN Revision: 57902
Parent Commit: 4f3f957
Lines Changed: +5, -5
1 Modified Path:
/source/blender/editors/animation/keyframing.c (+5, -5) (Diff)