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:
authorJoseph Eagar <joeedh@gmail.com>2009-11-03 08:06:04 +0300
committerJoseph Eagar <joeedh@gmail.com>2009-11-03 08:06:04 +0300
commitbacd2a0f265a2b8c93b2eec67d2873be9a84b9a8 (patch)
treea9a503cbf35f91a43a709a8108e6b5246e52b5b0 /source/blender/bmesh/operators
parent09b435a9d4c28724f9220227e3d5f4230d915f12 (diff)
a bug fix and a compile fix
Diffstat (limited to 'source/blender/bmesh/operators')
-rw-r--r--source/blender/bmesh/operators/mesh_conv.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/bmesh/operators/mesh_conv.c b/source/blender/bmesh/operators/mesh_conv.c
index 4020356834a..ae61cc38b1f 100644
--- a/source/blender/bmesh/operators/mesh_conv.c
+++ b/source/blender/bmesh/operators/mesh_conv.c
@@ -32,15 +32,6 @@
#include "bmesh.h"
/*
- HACK: we're using the old keyindex shape key hack for now, where each
- vertex is assigned an index on entering editmode, which is used to retrieve
- the original shapekey coordinates on exiting editmode.
-
- this should be replaced by proper use of customdata layers, but I'm not
- sure if that's such a good idea before merging with trunk or not.
-*/
-
-/*
* MESH CONV.C
*
* This file contains functions