[Bf-blender-cvs] [13d8661503] master: Fix T51012: Surface modifier was not working with curves

Germano Cavalcante noreply at git.blender.org
Mon Mar 20 22:52:01 CET 2017


Commit: 13d8661503f07a16da15f75d9fc9597e43d78283
Author: Germano Cavalcante
Date:   Mon Mar 20 18:51:32 2017 -0300
Branches: master
https://developer.blender.org/rB13d8661503f07a16da15f75d9fc9597e43d78283

Fix T51012: Surface modifier was not working with curves

This prevented the Force Field Curve Shape of working

===================================================================

M	source/blender/modifiers/intern/MOD_surface.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_surface.c b/source/blender/modifiers/intern/MOD_surface.c
index 68987a1d28..e5b0f9c000 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,




More information about the Bf-blender-cvs mailing list