Files
test/source/blender/blenkernel
Willian Padovani Germano 35b8dac2ca As mentioned in the pydrivers commit, I had to change the order in
exit_usiblender() to finalize Python before main library data was freed.
This solved a somewhat specific sigsegv with pydrivers, but as Ken
Hughes found out (thanks!) caused one with scripts that called Blender.Exit().

Now running scripts (G.main->script) are freed in BPY_end_python()
itself (so before the rest of the library data is freed), before
Py_Finalize(). Works fine in all my tests so far.

The file script.c should become obsolete with this change (I added a
comment about it there). If all is indeed fine, it will be removed
later.
2006-05-02 02:42:08 +00:00
..
2006-02-06 22:11:50 +00:00
2005-12-06 17:05:37 +00:00
2006-02-11 23:17:41 +00:00
2006-01-02 13:06:05 +00:00
2006-01-02 13:06:05 +00:00
2006-01-23 22:05:47 +00:00
2005-10-26 09:56:52 +00:00
2006-04-02 11:48:22 +00:00
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-02-05 19:14:46 +00:00
2004-01-05 00:06:11 +00:00
2006-02-07 21:24:36 +00:00