Blender Git Commit Log
Git Commits -> Revision 33267f5
Revision 33267f5 by Joshua Leung (master) May 31, 2009, 11:14 (GMT) |
NLA SoC: Basic selection operators * Added click-select/left-right select and deselect all/invert all selection operators. For now, these basic operators will suffice (more advanced selection operators will be coded at a later stage). * Fixed a few bugs in DopeSheet found while coding the relevant tools for NLA. * Added custom border-select operator for NLA channels (since the standard one assumes negative direction channel order) * Added new API-method for NLA strips to check if the strip occurs within a given range, since this test needed to be performed in a few places... * Tweaked the NLA Editor View2D ranges a bit to give saner default sizing. This still isn't right yet though. |
Commit Details:
Full Hash: 33267f58581ea8f9d89028958c6e64a8d048d4db
SVN Revision: 20528
Parent Commit: c42eedd
Lines Changed: +648, -61
1 Added Path:
/source/blender/editors/space_nla/nla_select.c (+440, -0) (View)
10 Modified Paths:
/source/blender/blenkernel/BKE_nla.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+31, -0) (Diff)
/source/blender/editors/animation/anim_channels.c (+0, -26) (Diff)
/source/blender/editors/include/ED_anim_api.h (+26, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+109, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+3, -23) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+15, -2) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+18, -5) (Diff)
/source/blender/editors/space_nla/space_nla.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/nla.c (+31, -0) (Diff)
/source/blender/editors/animation/anim_channels.c (+0, -26) (Diff)
/source/blender/editors/include/ED_anim_api.h (+26, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+109, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+3, -23) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+15, -2) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+18, -5) (Diff)
/source/blender/editors/space_nla/space_nla.c (+2, -2) (Diff)