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

@@ -253,7 +253,7 @@ ModifierTypeInfo modifierType_UVWarp = {
/* flags */ eModifierTypeFlag_AcceptsMesh | eModifierTypeFlag_SupportsEditmode |
eModifierTypeFlag_EnableInEditmode,
/* copyData */ modifier_copyData_generic,
/* copyData */ BKE_modifier_copydata_generic,
/* deformVerts */ NULL,
/* deformMatrices */ NULL,