[Bf-blender-cvs] [3281c3f] master: error in last commit

Campbell Barton noreply at git.blender.org
Mon Mar 2 06:52:22 CET 2015


Commit: 3281c3f3ceebfd447f8982168de3f569518bf69c
Author: Campbell Barton
Date:   Mon Mar 2 16:44:10 2015 +1100
Branches: master
https://developer.blender.org/rB3281c3f3ceebfd447f8982168de3f569518bf69c

error in last commit

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

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 34b3380..0ef9655 100644
--- a/source/blender/bmesh/operators/bmo_normals.c
+++ b/source/blender/bmesh/operators/bmo_normals.c
@@ -70,7 +70,6 @@ static bool bmo_recalc_normal_edge_filter_cb(BMElem *ele, void *UNUSED(user_data
  * which would end up flipping the normals inwards.
  *
  * To take these spikes into account, use the normals of the faces edges.
- * (weight by dot product & edge-length).
  */
  #define USE_FACE_EDGE_NORMAL_TEST




More information about the Bf-blender-cvs mailing list