Blender Git Loki
Git Commits -> Revision ac224a6
Revision ac224a6 by Brecht Van Lommel (master) April 10, 2013, 16:59 (GMT) |
Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacks for more editors: timeline, graph, action, NLA, sequencer, image, clip. |
Commit Details:
Full Hash: ac224a64f408fcc8f90f7ea0124cbe4b9ef1e811
SVN Revision: 55937
Parent Commit: 367de67
Lines Changed: +39, -3
8 Modified Paths:
/source/blender/editors/include/ED_mask.h (+1, -1) (Diff)
/source/blender/editors/mask/mask_draw.c (+6, -2) (Diff)
/source/blender/editors/space_action/space_action.c (+6, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+6, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+3, -0) (Diff)
/source/blender/editors/space_nla/space_nla.c (+6, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+5, -0) (Diff)
/source/blender/editors/space_time/space_time.c (+6, -0) (Diff)
/source/blender/editors/mask/mask_draw.c (+6, -2) (Diff)
/source/blender/editors/space_action/space_action.c (+6, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+6, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+3, -0) (Diff)
/source/blender/editors/space_nla/space_nla.c (+6, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+5, -0) (Diff)
/source/blender/editors/space_time/space_time.c (+6, -0) (Diff)