Fix T52344: Softbody on Text.
For some reasons (c) softbody modifier was marked as compatible with curves... Would need much more work though, so for now just removing that flag!
This commit is contained in:
@@ -100,8 +100,7 @@ ModifierTypeInfo modifierType_Softbody = {
|
||||
/* structName */ "SoftbodyModifierData",
|
||||
/* structSize */ sizeof(SoftbodyModifierData),
|
||||
/* type */ eModifierTypeType_OnlyDeform,
|
||||
/* flags */ eModifierTypeFlag_AcceptsCVs |
|
||||
eModifierTypeFlag_AcceptsLattice |
|
||||
/* flags */ eModifierTypeFlag_AcceptsLattice |
|
||||
eModifierTypeFlag_RequiresOriginalData |
|
||||
eModifierTypeFlag_Single,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user