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:
Diffstat (limited to 'source/blender/editors/mesh/mesh_data.c')
-rw-r--r--source/blender/editors/mesh/mesh_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_data.c b/source/blender/editors/mesh/mesh_data.c
index 8fbc6c7ae9d..71db90e3ac4 100644
--- a/source/blender/editors/mesh/mesh_data.c
+++ b/source/blender/editors/mesh/mesh_data.c
@@ -1275,7 +1275,7 @@ void ED_mesh_calc_normals(Mesh *mesh)
void ED_mesh_calc_tessface(Mesh *mesh)
{
if (mesh->edit_btmesh) {
- BMEdit_RecalcTessellation(mesh->edit_btmesh);
+ BKE_editmesh_tessface_calc(mesh->edit_btmesh);
}
else {
BKE_mesh_tessface_calc(mesh);