Blender Git Commit Log
Git Commits -> Revision 2625dc5
Revision 2625dc5 by Joshua Leung (master) November 16, 2014, 07:24 (GMT) |
Bugfix T41525: Button keyframe indicators don't work correctly when editing NLA Strips When the active action is a NLA strip, the keyframe indicator colors for buttons and the 3D view indicator (i.e. the current frame indicator changes color) didn't work correctly. This was because they were still checking for keyframes in "global" time space, whereas they needed to be applying NLA corrections to "look inside" the remapped action. |
Commit Details:
Full Hash: 2625dc53487971d3def110ca70b88c178f772712
Parent Commit: 65d771d
Lines Changed: +38, -16
6 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+8, -4) (Diff)
/source/blender/editors/animation/keyframing.c (+7, -1) (Diff)
/source/blender/editors/interface/interface_anim.c (+16, -6) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+3, -2) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+8, -4) (Diff)
/source/blender/editors/animation/keyframing.c (+7, -1) (Diff)
/source/blender/editors/interface/interface_anim.c (+16, -6) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+3, -2) (Diff)