From c72ab0a39e2b0894c3ae0d27afeb0779b947853a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Feb 2010 19:50:42 +0000 Subject: topology based mirror, (from apricot branch) - correct errors with non-mirrored meshes - mirror weight paint on asymmetrical meshes --- source/blender/makesdna/DNA_mesh_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna') 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 -- cgit v1.2.3