From 13d8661503f07a16da15f75d9fc9597e43d78283 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Mon, 20 Mar 2017 18:51:32 -0300 Subject: Fix T51012: Surface modifier was not working with curves This prevented the Force Field Curve Shape of working --- source/blender/modifiers/intern/MOD_surface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/intern') diff --git a/source/blender/modifiers/intern/MOD_surface.c b/source/blender/modifiers/intern/MOD_surface.c index 68987a1d28e..e5b0f9c0001 100644 --- a/source/blender/modifiers/intern/MOD_surface.c +++ b/source/blender/modifiers/intern/MOD_surface.c @@ -172,6 +172,7 @@ ModifierTypeInfo modifierType_Surface = { /* structSize */ sizeof(SurfaceModifierData), /* type */ eModifierTypeType_OnlyDeform, /* flags */ eModifierTypeFlag_AcceptsMesh | + eModifierTypeFlag_AcceptsCVs | eModifierTypeFlag_NoUserAdd, /* copyData */ NULL, -- cgit v1.2.3