This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
Campbell Barton b17bbf9d95 fix for 2 segfaults running in background mode.
- operators which reload G.main would crash blender if called from python and then accessed bpy.data.*
- WM_read_homefile_exec was setting the contexts Scene to NULL as a signal for the event system, this didnt work in background mode, crashing when property update functions expected scene to be set.
2011-02-01 02:54:29 +00:00
..
2011-01-18 21:39:50 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2011-01-13 21:44:18 +00:00
2010-03-21 01:14:04 +00:00
2010-09-03 03:30:20 +00:00