Blender Git Commit Log
Git Commits -> Revision d7a7081
Revision d7a7081 by Joshua Leung (master) July 10, 2009, 00:32 (GMT) |
NLA SoC: Tweaks from feedback from Broken + jez * Renamed the 'blend' blending mode to 'replace', since that's what it usually does * Drawing a darkened rect behind the keyframes shown in the action line -- * Fixed typo made last night which broke compiling * Consolidated all the keyframe-shape drawing code to use a single codebase. Even if we don't ultimately go with OpenGL keyframes, there's always a tidy option for that now. |
Commit Details:
Full Hash: d7a7081e633f458d3c68f6ccff5376c0340fe42e
SVN Revision: 21469
Parent Commit: c1f3b86
Lines Changed: +102, -79
8 Modified Paths:
/source/blender/blenkernel/intern/anim_sys.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/ipo.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+16, -11) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+16, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+65, -63) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/ipo.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+16, -11) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+16, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+65, -63) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)