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 <jacques@blender.org>2020-10-07 19:03:07 +0300
committerJacques Lucke <jacques@blender.org>2020-10-07 19:04:19 +0300
commit1f50beb9f28edd2fe54d97647222ad6ee5808c1c (patch)
tree6b67be56ccf23ef78e79dace56546188160f71c3 /source/blender/modifiers/CMakeLists.txt
parentb8638b6491f39e4a2f8800c1b18ebb459ec502af (diff)
Volumes: new Volume Displace modifier
This modifier uses a 3D texture to displace a volume. For now, this can only use the previously existing texture system, because we do not have a better alternative yet. Still, the results can be quite good and interesting. See D9075 for some examples. Reviewers: brecht, simonthommes Differential Revision: https://developer.blender.org/D9075
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 37656ed7b60..f5786dc0701 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -101,6 +101,7 @@ set(SRC
intern/MOD_util.c
intern/MOD_uvproject.c
intern/MOD_uvwarp.c
+ intern/MOD_volume_displace.cc
intern/MOD_warp.c
intern/MOD_wave.c
intern/MOD_weighted_normal.c