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/intern
Shinsuke Irie 5036ac6903 Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Internal)
- Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS macros cannot be used here, because the Py_BEGIN_ALLOW_THREADS causes a crash when quitting Blender.
- The low level function PyEval_ReleaseLock() is used assuming the Python library was built with multi-threads support.
2013-12-17 18:44:56 +11:00
..
2013-10-21 23:35:08 +00:00
2013-10-31 14:10:01 +00:00
2013-04-05 17:56:54 +00:00
2013-12-13 04:40:30 +11:00
2013-11-05 04:23:46 +00:00
2013-06-24 03:06:32 +00:00