Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-03 05:22:51 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-03 05:22:51 +0300
commit2163a1649696d5883cb8140c29f4ef549d541a29 (patch)
treeca563d7de1513febea4b8e4c9c9d87c61e02164b /source/blender/editors
parentacc2c24e7911cdadf2a84107237a64476b852a8e (diff)
Exiting editmode crashed on this old multires line.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/mesh/editmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh.c b/source/blender/editors/mesh/editmesh.c
index ab9627df28d..85fdc5d8ad5 100644
--- a/source/blender/editors/mesh/editmesh.c
+++ b/source/blender/editors/mesh/editmesh.c
@@ -1974,7 +1974,7 @@ static void *editMesh_to_undoMesh(void *emv)
{
Mesh *me= NULL; // XXX
- Multires *mr= me->mr;
+ Multires *mr= NULL; // XXX old-style multires
UndoMesh *prev= NULL; // XXX undo_editmode_get_prev(obedit);
um->mru= NULL;