From 1f50beb9f28edd2fe54d97647222ad6ee5808c1c Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 7 Oct 2020 18:03:07 +0200 Subject: 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 --- source/blender/modifiers/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/CMakeLists.txt') 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 -- cgit v1.2.3