Blender Git Commit Log
Git Commits -> Revision f1e0cf3
Revision f1e0cf3 by Ton Roosendaal (master) December 21, 2008, 19:58 (GMT) |
2.5 Animated screen! (unfinished, now only draws, no animation code yet). Fun though to see it all work. :) NOTE: Mac ghost has timer bug, the GHOST_ProcessEvents() doesnt wake up for timers. NOTE2: Added while loop in wm_window_process_events() to force Ghost giving all events to Blender. Timers otherwise don't accumulate... might be needed to fix in ghost too. I tend to think to code own timer, this ghost stuff is totally different per platform. |
Commit Details:
Full Hash: f1e0cf36f857501b43bc4cf81a845c45dc9f294e
SVN Revision: 17998
Parent Commit: 05aa83a
Lines Changed: +74, -29
7 Modified Paths:
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+12, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+35, -2) (Diff)
/source/blender/editors/space_time/time_header.c (+7, -24) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+15, -2) (Diff)
/source/blender/editors/screen/screen_edit.c (+12, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+35, -2) (Diff)
/source/blender/editors/space_time/time_header.c (+7, -24) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+15, -2) (Diff)