Blender Git Loki
Git Commits -> Revision 18df338
Revision 18df338 by Willian Padovani Germano (master) February 25, 2008, 01:35 (GMT) |
== BPython == [#8354] Blender or Python25.dll crash on... quit, reported by David B. (myvain) The BPy_FreeButtonsList() function is also called after we call Py_Finalize(). Calling PyGILState_Ensure()/Release() there crashes Blender. Added a test to prevent this, but note that function still runs Python API code to free a buttons list. Doesn't seem to give problems, though. Thanks, David. |
Commit Details:
Full Hash: 18df3388a4dd111f34c20c7bd9a71ab7e7cbe9c0
SVN Revision: 13856
Parent Commit: ed7156a
Lines Changed: +5, -2
1 Modified Path:
/source/blender/python/api2_2x/Draw.c (+5, -2) (Diff)