From bc6bbcccc939f1ab2eb7ee0872864a1deccdcdc4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 15 Feb 2012 14:39:18 +0000 Subject: went over all uses of mesh->mface and added BMESH_TODO comments for areas that need to be updated. --- source/blender/editors/util/crazyspace.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/crazyspace.c b/source/blender/editors/util/crazyspace.c index c611a14ae7f..ae4f99414bd 100644 --- a/source/blender/editors/util/crazyspace.c +++ b/source/blender/editors/util/crazyspace.c @@ -257,6 +257,8 @@ void crazyspace_set_quats_editmesh(BMEditMesh *em, float *origcos, float *mapped #endif } +/* BMESH_TODO - use MPolys over MFace's */ + void crazyspace_set_quats_mesh(Mesh *me, float *origcos, float *mappedcos, float *quats) { int i; -- cgit v1.2.3