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

5 Modified Paths:

/source/blender/blenkernel/bad_level_call_stubs/stubs.c (+0, -1) (Diff)
/source/blender/blenkernel/BKE_bad_level_calls.h (+0, -1) (Diff)
/source/blender/blenkernel/intern/screen.c (+0, -1) (Diff)
/source/blender/python/BPY_interface.c (+6, -12) (Diff)
/source/blender/src/editscreen.c (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021