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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-08 18:28:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-08 18:28:43 +0300
commit03dd109a84657ebf778dc3c25776f7a93cccf1ac (patch)
tree005aafe7b1d3d785079738fb206763879a350035 /source/blender/modifiers/intern/MOD_util.c
parent00127d03f1931459a77674a1372fdfeec1958a48 (diff)
Cleanup: consistent BKE_mesh naming
Diffstat (limited to 'source/blender/modifiers/intern/MOD_util.c')
-rw-r--r--source/blender/modifiers/intern/MOD_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_util.c b/source/blender/modifiers/intern/MOD_util.c
index a34725d1c69..8eeb90b86bd 100644
--- a/source/blender/modifiers/intern/MOD_util.c
+++ b/source/blender/modifiers/intern/MOD_util.c
@@ -319,7 +319,7 @@ Mesh *get_mesh(Object *ob, struct BMEditMesh *em, Mesh *mesh,
}
else if (ELEM(ob->type, OB_FONT, OB_CURVE, OB_SURF)) {
/* TODO(sybren): get evaluated mesh from depsgraph once that's properly generated for curves. */
- mesh = BKE_new_mesh_nomain_from_curve(ob);
+ mesh = BKE_mesh_new_nomain_from_curve(ob);
}
if (use_normals) {