Fix T76498: Refactoring - Rename BKE modifiers funtions

This commit is contained in:
2020-05-08 10:14:02 +02:00
parent b4d50d3f07
commit 2bb9a465e6
134 changed files with 604 additions and 620 deletions

View File

@@ -67,7 +67,7 @@ static void copyData(const ModifierData *md, ModifierData *target, const int fla
#endif
ExplodeModifierData *temd = (ExplodeModifierData *)target;
modifier_copyData_generic(md, target, flag);
BKE_modifier_copydata_generic(md, target, flag);
temd->facepa = NULL;
}