Blender Git Loki
Git Commits -> Revision cedb19e
Revision cedb19e by Joshua Leung (master) December 22, 2008, 10:15 (GMT) |
2.5 - Animation tweaks - bringing back more code * Action Editor - IPO curve names are shown properly again. Added anim_ipo_utils.c (old editipo_lib.c) file back. This will need to be removed when I port IPO system to RNA. * Keyframing code - uncommented more of the code that's now working * Made the 'preview range' button on timeline header draw more clearly |
Commit Details:
Full Hash: cedb19ef3edcac962af8b0f661411a7e019b53c4
SVN Revision: 18009
Parent Commit: bac4d10
Lines Changed: +370, -15
1 Added Path:
/source/blender/editors/animation/anim_ipo_utils.c (+345, -0) (View)
5 Modified Paths:
/source/blender/editors/animation/anim_keyframes_draw.c (+3, -1) (Diff)
/source/blender/editors/animation/anim_keyframing.c (+1, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+12, -2) (Diff)
/source/blender/editors/space_action/action_draw.c (+7, -7) (Diff)
/source/blender/editors/space_time/time_header.c (+2, -2) (Diff)
/source/blender/editors/animation/anim_keyframing.c (+1, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+12, -2) (Diff)
/source/blender/editors/space_action/action_draw.c (+7, -7) (Diff)
/source/blender/editors/space_time/time_header.c (+2, -2) (Diff)