Blender Git Loki
Git Commits -> Revision 24ca3eb
Revision 24ca3eb by Joshua Leung (master) June 21, 2011, 04:01 (GMT) |
AnimFiltering Code Cleanups - Part 2 * Changed all int's to size_t's, where the int's were used for size of channel list returned * Object vs Base is now passed to filtering functions - was relic from old owner/ownertype code which required access to bases * Found bug in NLA code where filter was being overwritten and then used again as input for some other function unintentionally * Found bug where trying to select a NLA strip would crash if lamp data was around |
Commit Details:
Full Hash: 24ca3eb4c42f3dfb4e2b775f53b35e4c4dcd8367
SVN Revision: 37687
Parent Commit: a4178b7
Lines Changed: +64, -55
9 Modified Paths:
/source/blender/editors/animation/anim_filter.c (+40, -42) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+4, -2) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+7, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+4, -2) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+2, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_draw.c (+4, -2) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+7, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+4, -2) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+2, -1) (Diff)