This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
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-04-10 10:31:11 +00:00
2006-04-02 11:48:22 +00:00
2006-01-23 22:05:47 +00:00
2002-11-25 12:02:15 +00:00
2006-01-10 11:36:57 +00:00
2006-04-09 16:36:19 +00:00
2006-04-17 17:35:20 +00:00
2006-04-10 10:14:26 +00:00
2006-01-23 22:05:47 +00:00
2006-02-18 13:28:44 +00:00
2006-04-17 14:26:41 +00:00
2005-01-23 01:36:29 +00:00
2006-04-16 16:50:26 +00:00
2005-05-08 21:20:34 +00:00
2006-01-23 22:05:47 +00:00