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:
authorNicholas Bishop <nicholasbishop@gmail.com>2011-07-31 06:03:28 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2011-07-31 06:03:28 +0400
commitcae05598b1d10a70a0e37f28b6e49a5b5715a30f (patch)
treeda1209caf4f9caf1e55beca38d260bd77dfedead /source/blender/modifiers/CMakeLists.txt
parent601eb684208eb3f5e8025b81be30817b87daeb98 (diff)
Added DNA and RNA for skin modifier, stubbed in skin modifier functions
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index d1f153265ac..7db03f48631 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -70,6 +70,7 @@ set(SRC
intern/MOD_shapekey.c
intern/MOD_shrinkwrap.c
intern/MOD_simpledeform.c
+ intern/MOD_skin.c
intern/MOD_smoke.c
intern/MOD_smooth.c
intern/MOD_softbody.c