This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python
Willian Padovani Germano 18df3388a4 == 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.
2008-02-25 01:35:50 +00:00
..
2008-02-25 01:35:50 +00:00
2008-02-24 06:38:42 +00:00
2008-02-24 16:19:39 +00:00
2008-02-10 02:12:06 +00:00
2004-01-05 00:06:11 +00:00
2008-02-10 18:48:29 +00:00