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>2012-02-21 03:24:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-21 03:24:57 +0400
commit89a5cf40e362756d92b440152c41e376feadad59 (patch)
treed7414b6ad9caa8e2502360e38ba869fac9854bb8 /source/blender/makesdna/DNA_modifier_types.h
parent71146bf93babf8c8fab8faa06f6cf7f9191acb10 (diff)
remove NGon Interp modifier (which was merged as apart of BMesh),
this didnt really give any advantage over subsurf's Simple-Subdiv mode.
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 93e8c2973f2..c0cda33f8d8 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -77,7 +77,6 @@ typedef enum ModifierType {
eModifierType_Ocean,
eModifierType_DynamicPaint,
eModifierType_Remesh,
- eModifierType_NgonInterp,
NUM_MODIFIER_TYPES
} ModifierType;