Blender Git Commit Log
Git Commits -> Revision 6b9bf57
Revision 6b9bf57 by Ton Roosendaal (master) November 17, 2006, 12:44 (GMT) |
Yuck, a very ancient crasher in going area-full screen in Blender. I wonder how this survived so long in Blender... (2005/03/09 commit). Reason was the call to BPY_free_screen_spacehandlers(sc) in kernel, which was freeing up scripthandlers in a weird way. That call is really obsolete. The real freeing should go in the del_area() call, to prevent copying and deleting area in the UI to go wrong. (Crash happened in testing timeline markers, and holding CTRL+Uparrow a while...) |
Commit Details:
Full Hash: 6b9bf57066a0ee24902a13f5a371eb711bb7b86a
SVN Revision: 8926
Parent Commit: 414b918
Lines Changed: +10, -17