blender/source/blender/python
IRIE Shinsuke 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
..
bmesh BMesh Py API: add bmesh.geometry.intersect_face_point() 2013-12-06 21:15:56 +11:00
generic Blender Font (BLF): add length argument to string width/height functions 2013-12-02 21:10:07 +11:00
intern Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Internal) 2013-12-17 18:44:56 +11:00
mathutils Fix intersect_line_plane bug causing crash on Motion trail and other 2013-12-11 10:28:30 -02:00
BPY_extern.h Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Internal) 2013-12-17 18:44:56 +11:00
CMakeLists.txt initial bmesh python api. 2012-02-22 09:19:53 +00:00
rna_dump.py style cleanup: pep8 2012-10-08 10:03:01 +00:00
SConscript Correction to previous commit, sorry 2013-12-08 15:11:07 +06:00
simple_enum_gen.py style cleanup: py/capi 2012-03-16 21:39:56 +00:00