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-30 22:10:39 +00:00
2006-05-02 02:42:08 +00:00
2006-01-03 22:09:25 +00:00
2006-02-06 22:11:50 +00:00
2005-11-29 12:45:18 +00:00
2006-04-30 22:10:39 +00:00
2006-01-22 22:48:07 +00:00
2002-12-27 13:11:01 +00:00
2002-12-27 13:11:01 +00:00
2002-12-27 13:11:01 +00:00
2005-09-03 17:22:29 +00:00
2006-02-14 17:32:49 +00:00
2005-10-10 18:05:30 +00:00
2006-02-07 19:59:02 +00:00
2005-08-14 06:08:41 +00:00
2005-12-11 13:23:30 +00:00
2006-03-11 16:13:10 +00:00
2005-12-11 13:23:30 +00:00
2005-12-06 17:05:37 +00:00
2002-12-27 13:11:01 +00:00
2004-03-30 03:10:34 +00:00
2005-12-11 13:23:30 +00:00
2006-04-02 21:04:20 +00:00
2005-12-14 15:58:52 +00:00
2005-12-21 22:21:43 +00:00
2006-02-11 23:17:41 +00:00
2005-10-10 18:05:30 +00:00
2005-09-26 15:34:21 +00:00
2005-10-20 18:52:29 +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
2004-06-29 17:10:13 +00:00
2006-02-19 11:37:50 +00:00
2005-10-26 09:56:52 +00:00
2006-02-08 16:58:12 +00:00
2006-02-20 18:33:55 +00:00
2006-04-02 11:48:22 +00:00
2006-03-26 09:25:30 +00:00
2002-12-27 13:11:01 +00:00
2002-12-27 13:11:01 +00:00
2002-12-27 13:11:01 +00:00
2006-02-13 22:38:41 +00:00
2002-12-27 13:11:01 +00:00
2003-12-14 01:18:09 +00:00
2005-08-15 10:30:53 +00:00
2002-12-27 13:11:01 +00:00
2005-08-20 03:08:23 +00:00
2006-03-05 19:50:14 +00:00
2006-01-23 22:05:47 +00:00
2006-04-02 18:11:02 +00:00
2006-01-23 22:05:47 +00:00
2006-02-05 19:12:25 +00:00
2006-02-05 19:14:46 +00:00
2006-02-05 19:12:25 +00:00
2005-09-24 16:02:56 +00:00
2004-01-05 00:06:11 +00:00
2006-02-07 21:24:36 +00:00