Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly used term in Blender

This commit is contained in:
2012-05-07 06:38:41 +00:00
parent d881f9225c
commit c7b20e79cd
17 changed files with 72 additions and 72 deletions

View File

@@ -124,7 +124,7 @@ Mesh *rna_Object_to_mesh(Object *ob, ReportList *reports, Scene *sce, int apply_
case OB_MBALL: {
/* metaballs don't have modifiers, so just convert to mesh */
Object *basis_ob = BKE_metaball_basis_find(sce, ob);
Object *basis_ob = BKE_mball_basis_find(sce, ob);
/* todo, re-generatre for render-res */
/* metaball_polygonize(scene, ob) */