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