Blender Git Loki
Git Commits -> Revision c0621a1
Revision c0621a1 by Joshua Leung (master) January 1, 2009, 01:47 (GMT) |
2.5 - Action Editor * Fixed 'mute' icons for IPO-Curve channels. Added define for icon-button widths instead of magic numbers there too. * Restored View All (HomeKey) and Auto-Set Preview Range (Ctrl-Alt-P). These tools both use the max extents of the keyframes to determine their (time)range. |
Commit Details:
Full Hash: c0621a1b7eca3310320e2df02094e828eda2cd37
SVN Revision: 18206
Parent Commit: c2de137
Lines Changed: +169, -11
5 Modified Paths:
/source/blender/editors/animation/anim_channels.c (+8, -10) (Diff)
/source/blender/editors/include/ED_anim_api.h (+5, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+145, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+8, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+5, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+145, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+8, -1) (Diff)