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