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/intern/MOD_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/intern/MOD_util.c') diff --git a/source/blender/modifiers/intern/MOD_util.c b/source/blender/modifiers/intern/MOD_util.c index e9fabcd1fd0..9d8bfc6d285 100644 --- a/source/blender/modifiers/intern/MOD_util.c +++ b/source/blender/modifiers/intern/MOD_util.c @@ -271,5 +271,6 @@ void modifier_type_init(ModifierTypeInfo *types[]) INIT_TYPE(Triangulate); INIT_TYPE(UVWarp); INIT_TYPE(MeshCache); + INIT_TYPE(LaplacianDeform); #undef INIT_TYPE } -- cgit v1.2.3