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>2018-08-21 10:18:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-21 10:18:42 +0300
commit7170ff429f69160e25a8260a3b776a020546500f (patch)
tree0467d120383eec9c0fac8970a88486dc52dea184 /source/blender/blenkernel/intern/editmesh.c
parent797274d25666d6442648ae3e206364773d72b133 (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/blenkernel/intern/editmesh.c')
-rw-r--r--source/blender/blenkernel/intern/editmesh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/editmesh.c b/source/blender/blenkernel/intern/editmesh.c
index 7d66d25c58a..6e555ac1f96 100644
--- a/source/blender/blenkernel/intern/editmesh.c
+++ b/source/blender/blenkernel/intern/editmesh.c
@@ -251,9 +251,9 @@ void BKE_editmesh_lnorspace_update(BMEditMesh *em)
{
BMesh *bm = em->bm;
- /* We need to create clnors data if none exist yet, otherwise there is no way to edit them.
+ /* We need to create clnors data if none exist yet, otherwise there is no way to edit them.
* Similar code to MESH_OT_customdata_custom_splitnormals_add operator, we want to keep same shading
- * in case we were using autosmooth so far...
+ * in case we were using autosmooth so far...
* Note: there is a problem here, which is that if someone starts a normal editing operation on previously
* autosmooth-ed mesh, and cancel that operation, generated clnors data remain, with related sharp edges
* (and hence autosmooth is 'lost').