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>2007-01-31 00:22:46 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-31 00:22:46 +0300
commit65f00ae3e0657d571f0094c7d6d700df06748e58 (patch)
tree3fe035571c13887668908f730c901fd798825ca3 /source/blender/src/editmesh.c
parent2d14f8c224719fde43c3c5edf01a9364b8a7dd33 (diff)
== Retopo ==
Removed a retopo line that could cause a crash on freeing editmesh.
Diffstat (limited to 'source/blender/src/editmesh.c')
-rw-r--r--source/blender/src/editmesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/editmesh.c b/source/blender/src/editmesh.c
index 7bd2689f773..cb7a063e8b2 100644
--- a/source/blender/src/editmesh.c
+++ b/source/blender/src/editmesh.c
@@ -619,7 +619,6 @@ void free_editMesh(EditMesh *em)
if(em->retopo_paint_data) retopo_free_paint_data(em->retopo_paint_data);
em->retopo_paint_data= NULL;
- G.scene->toolsettings->retopo_mode&= ~RETOPO_PAINT;
}
/* on G.editMesh */