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-29 13:41:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-29 13:41:31 +0400
commit45f1d7fa175c59b74e82fe9262c46393108767af (patch)
tree7fb6571881de2ec35f3ed18da11f6c27114e27cb /source/blender/makesdna/DNA_meshdata_types.h
parentab5bef6fbb7209d401edad4469c0abb8320a5cd2 (diff)
minor speedup to CDDM_merge_verts (called by mirror)
* was doing 2 edge hash lookups, where only 1 was needed. * was checking MLoop verts and edges if they were -1, when they are never set to -1
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index c4e25b85ab4..9325192f27a 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -246,9 +246,6 @@ typedef struct MRecast {
#define ME_ESEL 1
#define ME_FSEL 2
-/* mloop->v */
-#define ME_LOOP_INVALID_INDEX ((unsigned int) -1)
-
/* 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! */