From 452df3f392e29f5f44883bb9cd3bc0c4e8a0ee62 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Feb 2019 01:21:09 +1100 Subject: Cleanup: comments --- source/blender/bmesh/tools/bmesh_bevel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/bmesh/tools/bmesh_bevel.c') diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c index cb1bbc0efc3..5d9963fd4c0 100644 --- a/source/blender/bmesh/tools/bmesh_bevel.c +++ b/source/blender/bmesh/tools/bmesh_bevel.c @@ -1777,11 +1777,11 @@ static void bevel_edges_sharp_boundary(BMesh *bm, BevelParams *bp) } } -/* +/** * Harden normals for bevel. - * The desired effect is that the newly created F_EDGE and F_VERT faces appear smoothly shaded - * with the the normals at the boundaries with F_RECON faces matching those recon faces. - * And at boundaries between F_EDGE and F_VERT faces, the normals should match the F_EDGE ones. + * The desired effect is that the newly created #F_EDGE and F_VERT faces appear smoothly shaded + * with the normals at the boundaries with #F_RECON faces matching those recon faces. + * And at boundaries between #F_EDGE and #F_VERT faces, the normals should match the #F_EDGE ones. * Assumes custom loop normals are in use. */ static void bevel_harden_normals(BMesh *bm, BevelParams *bp) -- cgit v1.2.3