Blender Git Loki
Git Commits -> Revision 4b320c2
Revision 4b320c2 by Joshua Leung (master) January 3, 2009, 06:01 (GMT) |
2.5 - Action Editor: IPO Curve Protect works now * Added the relevant filtering necessary for this to work, into the animation-channel filtering code. * Updated most of the keyframe-editing tools to respect this * Renamed keyframe-editing API loopers (added ANIM_ prefix) for consistency * Added function for mapping keyframes to/from NLA-mapping for Ipo-Curves in addition to the one for IPO blocks. As a result, renamed the latter for consistency. |
Commit Details:
Full Hash: 4b320c26a3918b9aca83dda850195c55d8b7eefd
SVN Revision: 18282
Parent Commit: 61f7ba6
Lines Changed: +277, -517
9 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+66, -22) (Diff)
/source/blender/editors/animation/anim_filter.c (+41, -85) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+4, -4) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+6, -6) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -1) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+4, -5) (Diff)
/source/blender/editors/space_action/action_edit.c (+19, -17) (Diff)
/source/blender/editors/space_action/action_select.c (+27, -28) (Diff)
/source/blender/editors/transform/transform_conversions.c (+108, -349) (Diff)
/source/blender/editors/animation/anim_filter.c (+41, -85) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+4, -4) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+6, -6) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -1) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+4, -5) (Diff)
/source/blender/editors/space_action/action_edit.c (+19, -17) (Diff)
/source/blender/editors/space_action/action_select.c (+27, -28) (Diff)
/source/blender/editors/transform/transform_conversions.c (+108, -349) (Diff)