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:
authorJacques Lucke <mail@jlucke.com>2019-03-10 19:26:08 +0300
committerJacques Lucke <mail@jlucke.com>2019-03-10 19:26:08 +0300
commita8cb18c6441ae454b64657c041213b6c4c52fccc (patch)
treefcedd374e9befd67ebaa15559a85e64d5e9cdf57 /source/blender/modifiers/CMakeLists.txt
parentb5f64cdb6e8ab08b3343c840b21a94f50a39bd6e (diff)
new Function Points modifier for testing
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 bb02f8cc035..e9b596c3890 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -59,6 +59,7 @@ set(SRC
intern/MOD_fluidsim.c
intern/MOD_fluidsim_util.c
intern/MOD_functiondeform.c
+ intern/MOD_functionpoints.c
intern/MOD_hook.c
intern/MOD_laplaciandeform.c
intern/MOD_laplaciansmooth.c