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-28 00:27:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-28 00:27:19 +0400
commitd2cab3e8b002ab5c8843190f736c883f35cd6452 (patch)
treea90b1b7b36ef901e49bf9c47a4bd41a672294126 /source/blender/bmesh/bmesh_class.h
parent40fca4ed217c3eafe8205e53d404c44b1126952d (diff)
move bmesh wiki docs into bmesh header and update doxygen.
also have doxygen ignore *.py files and fix some warnings.
Diffstat (limited to 'source/blender/bmesh/bmesh_class.h')
-rw-r--r--source/blender/bmesh/bmesh_class.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 87607f4d9e8..f071e00211c 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -188,9 +188,4 @@ typedef struct BMesh {
int opflag; /* current operator flag */
} BMesh;
-#define BM_VERT 1
-#define BM_EDGE 2
-#define BM_LOOP 4
-#define BM_FACE 8
-
#endif /* __BMESH_CLASS_H__ */