Blender Git Commit Log

Git Commits -> Revision c4dc14b

Revision c4dc14b by Joshua Leung (master)
February 5, 2016, 13:40 (GMT)
Fix T45915: Cannot select keyframes in summary channels in Dope Sheet in TweakMode

When in TweakMode on NLA strips that had an offset, it was not possible to select
those keyframes in the Summary Channel in the Dope Sheet.

The main gist of it is that the current code is from before the summary track was
introduced, and so could assume that ANIM_nla_mapping_get() would work for all channels
present. Thus, simply converting the clicked frame to nla-mapped time once would be
enough. However, for summary channels, nla-mapping_get() doesn't do anything, since
we can potentially include keyframes from several different objects!

Commit Details:

Full Hash: c4dc14b079d81fd012383b910291246e7ebf9a04
Parent Commit: c105c59
Lines Changed: +45, -2

3 Modified Paths:

/source/blender/editors/animation/keyframes_edit.c (+32, -1) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+12, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021