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 05:06:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-11 05:06:43 +0400
commit5f6ff0f41298bd1e35479dd7bf42d948aa61d44f (patch)
tree72a24204fcb6f3df13ba606be1b6e8798bb0ac7e /source/blender/makesdna/DNA_meshdata_types.h
parent6bc55f2e4ac2c30044fad6ee8c47bb723f452179 (diff)
parent9b762a51b1e3419771afa1e14247573ec0c23432 (diff)
svn merge ^/trunk/blender -r42550:42564
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 501636723cc..d1b530dae73 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -118,7 +118,7 @@ typedef struct MSticky {
typedef struct MSelect {
int index;
- int type;
+ int type; /* EDITVERT/EDITEDGE/EDITFACE */
} MSelect;
/*tesselation uv face data*/
@@ -221,11 +221,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