From 673bd9a009062807c16cc31a263018737c148a96 Mon Sep 17 00:00:00 2001 From: Alexander Pinzon Date: Sun, 24 Nov 2013 07:00:49 +1100 Subject: Mesh Modifiers: Added Laplacian Deform Part of soc-2013-sketch_mesh branch See: http://wiki.blender.org/index.php/User:Apinzonf/Doc:2.6/Manual/Modifiers/Deform/Laplacian_Deform --- 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 25854ceb2e5..450501c9db5 100644 --- a/source/blender/modifiers/CMakeLists.txt +++ b/source/blender/modifiers/CMakeLists.txt @@ -62,6 +62,7 @@ set(SRC intern/MOD_fluidsim.c intern/MOD_fluidsim_util.c intern/MOD_hook.c + intern/MOD_laplaciandeform.c intern/MOD_laplaciansmooth.c intern/MOD_lattice.c intern/MOD_mask.c -- cgit v1.2.3