Blender Git Commit Log
Git Commits -> Revision b17bbf9
Revision b17bbf9 by Campbell Barton (master) February 1, 2011, 02:54 (GMT) |
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. |
Commit Details:
Full Hash: b17bbf9d9548a608d865a25c629e142f12ce762a
SVN Revision: 34595
Parent Commit: 339d3bf
Lines Changed: +16, -6
5 Modified Paths:
/source/blender/python/intern/bpy_operator.c (+6, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+0, -2) (Diff)
/source/blender/python/intern/bpy_rna.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+6, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+0, -2) (Diff)
/source/blender/python/intern/bpy_rna.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+6, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -2) (Diff)