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/modifiers/CMakeLists.txt
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/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 8170481cfd6..96a8a4216d4 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -67,7 +67,6 @@ set(SRC
intern/MOD_meshdeform.c
intern/MOD_mirror.c
intern/MOD_multires.c
- intern/MOD_ngoninterp.c
intern/MOD_none.c
intern/MOD_ocean.c
intern/MOD_particleinstance.c