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>2009-09-14 10:06:01 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-09-14 10:06:01 +0400
commit894c1e98ad398d3970ea928c0a9db8f34e5dbef4 (patch)
treef9081e9d7db71c556d84d3f126bd38ef3d0171a6 /source/blender/makesdna/DNA_modifier_types.h
parenta11ef8030aecfe80e4718b6000ea32d2bbc062a9 (diff)
remove doubles uses an operator property for the merge distance. it no longer reports number of merged verts to the user, as this violates operator nonmodality and messes up last operator panel workflow.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index d58488ce82d..54433fd4254 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -471,7 +471,6 @@ typedef struct BooleanModifierData {
#define MOD_MDEF_INVERT_VGROUP (1<<0)
#define MOD_MDEF_DYNAMIC_BIND (1<<1)
-#define MOD_MDEF_USE_FINAL (1<<2)
typedef struct MDefInfluence {
int vertex;