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-06-12 18:02:37 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-06-12 18:02:37 +0400
commit80effa20b1161efdfdc6ec464db6b6e1cfdd4359 (patch)
tree1f4c93c2a9ff2fbbc005c17d82d7a32e84f49d85 /source/blender/blenkernel/BKE_tessmesh.h
parentf4602926c5c5dbad93eb69b2156ca9224c770b36 (diff)
moved the active face pointer to BMesh, where I think it belongs. also made some fixes to the ccgsubsurf derivedmesh, and some general modifier bugfixes. note that modifiers are still rather buggy and crashy at the moment, heh :) also made some functions for converting Mesh flags to BMesh flags, and back.
Diffstat (limited to 'source/blender/blenkernel/BKE_tessmesh.h')
-rw-r--r--source/blender/blenkernel/BKE_tessmesh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_tessmesh.h b/source/blender/blenkernel/BKE_tessmesh.h
index 97ff239ca5f..bf940b8c71b 100644
--- a/source/blender/blenkernel/BKE_tessmesh.h
+++ b/source/blender/blenkernel/BKE_tessmesh.h
@@ -41,9 +41,6 @@ typedef struct BMEditMesh {
/*retopo data pointer*/
struct RetopoPaintData *retopo_paint_data;
- /*active face pointer*/
- struct BMFace *act_face;
-
/*index tables, to map indices to elements via
EDBM_init_index_arrays and associated functions. don't
touch this or read it directly.*/