[Bf-blender-cvs] [a80b1adc10c] master: Cleanup: Comment formatting in BMesh operator

Hans Goudey noreply at git.blender.org
Wed Oct 12 01:18:12 CEST 2022


Commit: a80b1adc10c524d83faee359eba71c1ffaefbf40
Author: Hans Goudey
Date:   Tue Oct 11 17:48:01 2022 -0500
Branches: master
https://developer.blender.org/rBa80b1adc10c524d83faee359eba71c1ffaefbf40

Cleanup: Comment formatting in BMesh operator

===================================================================

M	source/blender/bmesh/operators/bmo_normals.c

===================================================================

diff --git a/source/blender/bmesh/operators/bmo_normals.c b/source/blender/bmesh/operators/bmo_normals.c
index 04eaa43c899..0d321e1de8d 100644
--- a/source/blender/bmesh/operators/bmo_normals.c
+++ b/source/blender/bmesh/operators/bmo_normals.c
@@ -3,7 +3,7 @@
 /** \file
  * \ingroup bmesh
  *
- * normal recalculation.
+ * Functionality for flipping faces to make normals consistent.
  */
 
 #include "MEM_guardedalloc.h"
@@ -47,7 +47,7 @@ static bool bmo_recalc_normal_loop_filter_cb(const BMLoop *l, void *UNUSED(user_
  *        +------------+
  * </pre>
  *
- * In the example above, the a\ face can point towards the \a center
+ * In the example above, the \a face can point towards the \a center
  * which would end up flipping the normals inwards.
  *
  * To take these spikes into account, find the furthest face-loop-vertex.



More information about the Bf-blender-cvs mailing list