Fix T47737: Lattice crashes w/ smooth modifier
Add flag for modifiers that support lattice
This commit is contained in:
@@ -417,6 +417,7 @@ ModifierTypeInfo modifierType_Hook = {
|
||||
/* structSize */ sizeof(HookModifierData),
|
||||
/* type */ eModifierTypeType_OnlyDeform,
|
||||
/* flags */ eModifierTypeFlag_AcceptsCVs |
|
||||
eModifierTypeFlag_AcceptsLattice |
|
||||
eModifierTypeFlag_SupportsEditmode,
|
||||
/* copyData */ copyData,
|
||||
/* deformVerts */ deformVerts,
|
||||
|
Reference in New Issue
Block a user