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:
authorCampbell Barton <ideasman42@gmail.com>2012-02-15 18:39:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-15 18:39:18 +0400
commitbc6bbcccc939f1ab2eb7ee0872864a1deccdcdc4 (patch)
tree63d3de1009cc1e3d92719597d95e4fe5e9c74733 /source/blender/editors/util
parentc0b2363358ae3bbb3c268aaec07d273a706ae7a0 (diff)
went over all uses of mesh->mface and added BMESH_TODO comments for
areas that need to be updated.
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/crazyspace.c2
1 files changed, 2 insertions, 0 deletions
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;