Blender Git Loki
Git Commits -> Revision 3eaca52
Revision 3eaca52 by Joshua Leung (master) December 21, 2008, 10:33 (GMT) |
2.5 - Object name display in 3d-view now highlights on frames with keyframes again. * Re-exposed relevant parts of anim_keyframing.c code that doesn't have external dependencies. * Added get_active_posechannel() to blenkernel api for poses/posechannels to solve the only missing link I found. This should have been moved there ages ago! |
Commit Details:
Full Hash: 3eaca525f21fb59b8b7ff60681563154e4ca3eb8
SVN Revision: 17985
Parent Commit: c288eab
Lines Changed: +35, -8
6 Modified Paths:
/source/blender/blenkernel/BKE_action.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+18, -0) (Diff)
/source/blender/editors/animation/anim_keyframing.c (+5, -3) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/SConscript (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+4, -3) (Diff)
/source/blender/blenkernel/intern/action.c (+18, -0) (Diff)
/source/blender/editors/animation/anim_keyframing.c (+5, -3) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/SConscript (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+4, -3) (Diff)