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>2010-02-17 22:50:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-17 22:50:42 +0300
commitc72ab0a39e2b0894c3ae0d27afeb0779b947853a (patch)
treeadb3f903dadbc8fb87e49adce0798cfff0af5591 /source/blender/makesdna
parent1a6f683b437ff4aa79b7f122b590acd6fce2fc54 (diff)
topology based mirror, (from apricot branch)
- correct errors with non-mirrored meshes - mirror weight paint on asymmetrical meshes
Diffstat (limited to 'source/blender/makesdna')
-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 472850283d8..9f8d07b987f 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -124,6 +124,8 @@ typedef struct TFace {
#define ME_EDIT_MIRROR_Z (1 << 2) // unused so far
#define ME_EDIT_PAINT_MASK (1 << 3)
+#define ME_EDIT_MIRROR_TOPO (1 << 4) // unused so far
+
/* me->flag */
#define ME_ISDONE 1