Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-05-07 10:38:41 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-05-07 10:38:41 +0400
commitc7b20e79cdd055cb9f42d39764f868f0c48e60a2 (patch)
tree255a1e8756515270c5e87b272bc29c002fdbe758 /source/blender/makesrna/intern/rna_object_api.c
parentd881f9225c8bd8ddcf7005a7fb1afcdf6c8c071e (diff)
Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly used term in Blender
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index f7531e1b556..f58471797e4 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -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) */