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>2012-04-19 18:38:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-19 18:38:09 +0400
commitb40476455ea41788741d45b6dc4c7ea219b59a61 (patch)
treef6626059ed524a458f6087f7bcb5a0e5cf729c51 /source/blender/bmesh/operators/bmo_extrude.c
parentac6b702c9326df0ba55b8bc02a149b92e7119b09 (diff)
code cleanup: remove unused BMesh args.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_extrude.c')
-rw-r--r--source/blender/bmesh/operators/bmo_extrude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_extrude.c b/source/blender/bmesh/operators/bmo_extrude.c
index 4124eafda74..73997c774af 100644
--- a/source/blender/bmesh/operators/bmo_extrude.c
+++ b/source/blender/bmesh/operators/bmo_extrude.c
@@ -537,7 +537,7 @@ static void calc_solidify_normals(BMesh *bm)
if (BMO_elem_flag_test(bm, v, VERT_NONMAN)) {
/* use standard normals for vertices connected to non-manifold edges */
- BM_vert_normal_update(bm, v);
+ BM_vert_normal_update(v);
}
else if (normalize_v3(v->no) == 0.0f && !BM_elem_flag_test(v, BM_ELEM_TAG)) {
/* exceptional case, totally flat. use the normal