Tamito Kajiyama 85ae4b87af Fix T44404: freestyle crashes blender.
The reported crash case seems to be caused by freeing compiled Python
objects in a thread.  Now this issue is avoided by allocating a buffer to
store a Python script and using BPY_string_exec() to run the script.  This
makes it unnecessary to repeatedly create and destroy Text data blocks.

Many thanks to Campbell Barton for his help on the bug fix.
2015-04-29 00:57:56 +09:00
2015-04-28 18:59:52 +10:00
2015-04-19 22:03:42 +10:00
2015-04-22 16:26:54 +10:00
2013-12-24 22:57:27 +06:00
2014-08-08 06:00:49 +10:00
2015-04-28 18:59:52 +10:00
2010-10-13 14:44:22 +00:00
2015-03-24 07:49:17 +11:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%