Cleanup: BKE_effect.h naming

This commit is contained in:
2018-12-02 14:14:51 +11:00
parent a9bd788348
commit c00e1f68e9
15 changed files with 30 additions and 29 deletions

View File

@@ -149,7 +149,7 @@ ModifierData *ED_object_modifier_add(ReportList *reports, Main *bmain, Scene *sc
}
else if (type == eModifierType_Collision) {
if (!ob->pd)
ob->pd = object_add_collision_fields(0);
ob->pd = BKE_partdeflect_new(0);
ob->pd->deflect = 1;
}