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:
authorAlexander Pinzon <apinzonf@gmail.com>2012-07-05 18:33:29 +0400
committerAlexander Pinzon <apinzonf@gmail.com>2012-07-05 18:33:29 +0400
commitf52ce3e423c9e2bb603221bcbf376086fb4fe42d (patch)
treec833aa4e190c3d4851b467e3fb88e71b113018e4 /source/blender/editors/mesh/editmesh_tools.c
parent3014024101abd0f9bf34b812985e4461248a7eab (diff)
Style cleanup: Rename bmesh ops.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_tools.c')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 934a57f4592..0affcab80de 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -1635,7 +1635,7 @@ static int edbm_do_smooth_laplacian_vertex_exec(bContext *C, wmOperator *op)
for (i = 0; i < repeat; i++) {
if (!EDBM_op_callf(em, op,
- "vertexsmoothlaplacian verts=%hv lambda=%f lambda_border=%f min_area=%f use_x=%b use_y=%b use_z=%b",
+ "smooth_laplacian_vert verts=%hv lambda=%f lambda_border=%f min_area=%f use_x=%b use_y=%b use_z=%b",
BM_ELEM_SELECT, lambda, lambda_border, min_area, usex, usey, usez))
{
return OPERATOR_CANCELLED;