Blender Git Commit Log
Git Commits -> Revision e6838f6
Revision e6838f6 by Joshua Leung (master) January 2, 2009, 00:56 (GMT) |
2.5 - Animation and View2D * Added back deselect all (and invert all) tools for Animation Channels (i.e. channel list in Action Editor). * Resolved all MSVC warnings (I came across) in View2d code. Also, added a new API method to get the coordinates (in 'view' space) of a listview 'cell' given the row + column the cell is in. * Tidied up a few comments here and there |
Commit Details:
Full Hash: e6838f621d4d97e12853d7ad20610595582f50d8
SVN Revision: 18235
Parent Commit: c32fbee
Lines Changed: +325, -120
10 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/editors/animation/anim_channels.c (+172, -8) (Diff)
/source/blender/editors/animation/anim_draw.c (+4, -4) (Diff)
/source/blender/editors/include/ED_anim_api.h (+18, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+3, -1) (Diff)
/source/blender/editors/interface/view2d.c (+122, -93) (Diff)
/source/blender/editors/interface/view2d_ops.c (+2, -2) (Diff)
/source/blender/editors/space_action/action_ops.c (+0, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -7) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_channels.c (+172, -8) (Diff)
/source/blender/editors/animation/anim_draw.c (+4, -4) (Diff)
/source/blender/editors/include/ED_anim_api.h (+18, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+3, -1) (Diff)
/source/blender/editors/interface/view2d.c (+122, -93) (Diff)
/source/blender/editors/interface/view2d_ops.c (+2, -2) (Diff)
/source/blender/editors/space_action/action_ops.c (+0, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -7) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -1) (Diff)