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

@@ -1141,7 +1141,7 @@ void BKE_mesh_assign_object(Main *bmain, Object *ob, Mesh *me)
BKE_object_materials_test(bmain, ob, (ID *)me);
test_object_modifiers(ob);
BKE_modifiers_test_object(ob);
}
void BKE_mesh_material_index_remove(Mesh *me, short index)