Fix T51012: Surface modifier was not working with curves
This prevented the Force Field Curve Shape of working
This commit is contained in:
@@ -172,6 +172,7 @@ ModifierTypeInfo modifierType_Surface = {
|
||||
/* structSize */ sizeof(SurfaceModifierData),
|
||||
/* type */ eModifierTypeType_OnlyDeform,
|
||||
/* flags */ eModifierTypeFlag_AcceptsMesh |
|
||||
eModifierTypeFlag_AcceptsCVs |
|
||||
eModifierTypeFlag_NoUserAdd,
|
||||
|
||||
/* copyData */ NULL,
|
||||
|
||||
Reference in New Issue
Block a user