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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-12-18 01:24:39 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-12-18 01:24:39 +0400
commit4a92ee2831ae2ae8bf96b116cb47ddcff1c36add (patch)
tree9b383957944fa9133fe0e6b3509fc49faaf2d72c /source/blender/makesdna/DNA_meshdata_types.h
parent40f215bbc998a43b991cbdf2fde6e836dc9fabf8 (diff)
parent74a112305932eff7c68c23c6df265e72de7195f8 (diff)
Merged changes in the trunk up to revision 42692.
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 44cfc7b7aa0..7ebf2fe0948 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 {
@@ -197,11 +197,6 @@ typedef struct MRecast{
#define ME_FREESTYLE_EDGE (1<<10)
/* 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
@@ -218,11 +213,6 @@ typedef struct MRecast{
#define ME_FACE_SEL 2
#define ME_FREESTYLE_FACE 4
/* 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! */