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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-03-02 08:44:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-02 08:51:01 +0300
commit3281c3f3ceebfd447f8982168de3f569518bf69c (patch)
treef07df0a65a7d8e6a644e6d520f004860622aee43 /source
parent63730783218cc2c7f21fe4547beecd470397f35c (diff)
error in last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/bmesh/operators/bmo_normals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_normals.c b/source/blender/bmesh/operators/bmo_normals.c
index 34b3380d1f0..0ef96553d67 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