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>2011-12-11 00:10:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-11 00:10:28 +0400
commitab6c81021234b22fc0ad8d8bc729d5c4301759e7 (patch)
tree8ffc4eb624d1524b92fcdca132311556d887e56d /source/blender/makesdna/DNA_meshdata_types.h
parent33b1939aee427426c214cbc060f2eac0c3d42dde (diff)
remove unused function, found when syncing with bmesh, also remove/comment some unused defines
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index d772324cd72..66e1333bf66 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -94,7 +94,7 @@ typedef struct MSticky {
typedef struct MSelect {
int index;
- int type;
+ int type; /* EDITVERT/EDITEDGE/EDITFACE */
} MSelect;
typedef struct MTFace {
@@ -196,11 +196,6 @@ typedef struct MRecast{
#define ME_SHARP (1<<9) /* only reason this flag remains a 'short' */
/* puno = vertexnormal (mface) */
-/* render assumes flips to be ordered like this */
-#define ME_FLIPV1 1
-#define ME_FLIPV2 2
-#define ME_FLIPV3 4
-#define ME_FLIPV4 8
#define ME_PROJXY 16
#define ME_PROJXZ 32
#define ME_PROJYZ 64
@@ -216,11 +211,6 @@ typedef struct MRecast{
#define ME_SMOOTH 1
#define ME_FACE_SEL 2
/* flag ME_HIDE==16 is used here too */
-/* mselect->type */
-#define ME_VSEl 0
-#define ME_ESEl 1
-#define ME_FSEL 2
-
/* mtface->flag */
#define TF_SELECT 1 /* use MFace hide flag (after 2.43), should be able to reuse after 2.44 */
#define TF_ACTIVE 2 /* deprecated! */