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>2012-01-13 02:12:07 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-01-13 02:12:07 +0400
commitdbdd1c2ea7496546f4f7e17350720a6005cdb187 (patch)
treef88556a8910c76a08ea202504f4b9206f180c717 /source/blender/editors/object/object_edit.c
parentb2ae44dc41f7cf09bf20081734bf098d0f7cdb78 (diff)
Remove vestigial retopo/retopo-paint code.
Diffstat (limited to 'source/blender/editors/object/object_edit.c')
-rw-r--r--source/blender/editors/object/object_edit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index e9bff9b644d..61ba54e7d36 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -321,9 +321,6 @@ void ED_object_exit_editmode(bContext *C, int flag)
// if(EM_texFaceCheck())
-// if(retopo_mesh_paint_check())
-// retopo_end_okee();
-
if(me->edit_mesh->totvert>MESH_MAX_VERTS) {
error("Too many vertices");
return;