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>2009-10-20 23:27:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-20 23:27:27 +0400
commit23f69cbe92bec250a1b850d379d921c34ecfd6a7 (patch)
tree6aafcea8620540e81882c50e589cbde44d67f418 /source/blender/makesdna/DNA_mesh_types.h
parent5240d39e48f97d032853da63377de23db36d657d (diff)
move G_FACESELECT from G.f to mesh->editflag, renamed to ME_EDIT_PAINT_MASK
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 0f4dbaa8218..d12d81bb9f7 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -121,6 +121,8 @@ typedef struct TFace {
#define ME_EDIT_MIRROR_Y (1 << 1) // unused so far
#define ME_EDIT_MIRROR_Z (1 << 2) // unused so far
+#define ME_EDIT_PAINT_MASK (1 << 3)
+
/* me->flag */
#define ME_ISDONE 1
#define ME_NOPUNOFLIP 2