Blender Git Commit Log
Git Commits -> Revision 3aeb63c
Revision 3aeb63c by Ton Roosendaal (master) January 4, 2009, 17:45 (GMT) |
2.5 WM: added area-listener, which can be used to tag refreshes for either the drawing call, or use the new ED_area_tag_refresh() function which will automatically call, after all notifiers were handled, an the spacetype->refresh() you provided. Added for Joshua, after reviewing Action/Dopesheet requirements. Joshua: I've made two dummy functions in space_action.c: - action_listener() - action_refresh() Wich now does a printf on activating a new object. |
Commit Details:
Full Hash: 3aeb63cad2340d92c17df375bbe55629299661c0
SVN Revision: 18314
Parent Commit: f7cb86d
Lines Changed: +72, -5
6 Modified Paths:
/source/blender/blenkernel/BKE_screen.h (+4, -1) (Diff)
/source/blender/editors/include/ED_screen.h (+3, -0) (Diff)
/source/blender/editors/screen/area.c (+29, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+21, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -2) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+12, -1) (Diff)
/source/blender/editors/include/ED_screen.h (+3, -0) (Diff)
/source/blender/editors/screen/area.c (+29, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+21, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -2) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+12, -1) (Diff)