From 7e6662e60ca9bd30dd11826ebceceea6dec85103 Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Thu, 6 Aug 2009 14:03:43 +0000 Subject: added a crash handler to dump the global undo state to file on segmentation fault. it saves to the current file path in G.sce + .crash.blend. note that this code is only enabled on release builds, it's #ifdef'd out if _DEBUG is defined. for users, if you were in edit mode when a crash happened, this will only save the mesh changes up to the time you entered edit mode. --- source/blender/blenkernel/BKE_bmesh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_bmesh.h') diff --git a/source/blender/blenkernel/BKE_bmesh.h b/source/blender/blenkernel/BKE_bmesh.h index 957cd8ef9bd..fc43ae0f9a5 100644 --- a/source/blender/blenkernel/BKE_bmesh.h +++ b/source/blender/blenkernel/BKE_bmesh.h @@ -1,7 +1,7 @@ /** * BKE_bmesh.h jan 2007 * - * BMesh modeler structure and functions. + * (old) BMesh modeler structure and functions. * * $Id$ * @@ -52,6 +52,7 @@ struct BME_Edge; struct BME_Poly; struct BME_Loop; +/*NOTE: this is the bmesh 1.0 code. it's completely outdated.*/ /*Notes on further structure Cleanup: -Remove the tflags, they belong in custom data layers -- cgit v1.2.3