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:
authorJoseph Eagar <joeedh@gmail.com>2011-05-12 05:55:08 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-05-12 05:55:08 +0400
commit521d824371f6b62b09bc8fa9693c3429a14d1d77 (patch)
tree31c0ee6b76e78b1554debc6a0d80ee6da61c5e08 /source/blender/makesdna/DNA_meshdata_types.h
parent88c3781b7ce40fb6b839db91fd87cc93d5fd0012 (diff)
=bmesh=
1. Removed pinning, at least until after trunk reintegration (it's a usefull feature, but incomplete). 2. Ripped out the subclassing code I originally wrote so bmesh would be more usable for modifiers (I ended up improving CDDM instead). 3. Inlined some of the macros in bmesh.h, still need to do the macros in bmesh_operator_api.h. 4. Removed the BMESH_ITER_*** macros (except for BMESH_ITER_INDEX). They were too clunkly to be worth it.
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 6acbaf3cc45..688e16e6a93 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -213,7 +213,6 @@ typedef struct PartialVisibility {
#define ME_SPHERETEST 2
#define ME_VERT_TMP_TAG 4
#define ME_HIDE 16
-#define ME_PIN 64
#define ME_VERT_MERGED (1<<6)
#define ME_VERT_PBVH_UPDATE (1<<7)