blender -P xxx -b crashed sometimes, still will crash in some cases if the python functions access screen data. but at least Blender.sys.expandpath wont segfault anymore.

This commit is contained in:
2006-03-24 16:04:55 +00:00
parent d29503cc6d
commit 21c9ee54ca
2 changed files with 4 additions and 5 deletions

View File

@@ -817,7 +817,8 @@ void M_Blender_Init(void)
G.scene is NULL */
if(G.background && G.main->scene.first==0) {
Scene *sce= add_scene("1");
set_scene(sce);
//set_scene(sce); /* causes a crash */
G.scene= sce;
}
module = Py_InitModule3("Blender", Blender_methods,