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-12-19 02:28:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-19 02:28:26 +0300
commitd46d8e831ce0c6a519d60cdcb4c8a5d4f5a88428 (patch)
tree9c87e6aa0832734a7a4b01e835bacc416138fb00 /source/blender/bmesh/tools/bmesh_bevel.c
parent61a816e8ff060016f6e450bb6bbd9df5c93665a6 (diff)
parent5c3953010dca1f9e05ef4b654d957c5f15e91722 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_bevel.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_bevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index ad576e61acb..8499db2fdb5 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -2194,7 +2194,7 @@ static void print_adjust_stats(BoundVert *vstart)
* residual in terms of that one degree of freedom.
* Unfortunately, the results are in some cases worse than the general least squares solution
* for the combined (with weights) problem, so this code is not used.
- * But keep it here for a while in case peformance issues demand that it be used sometimes. */
+ * But keep it here for a while in case performance issues demand that it be used sometimes. */
static bool adjust_the_cycle_or_chain_fast(BoundVert *vstart, int np, bool iscycle)
{
BoundVert *v;
@@ -2423,7 +2423,7 @@ static void adjust_the_cycle_or_chain(BoundVert *vstart, bool iscycle)
/* Adjust the offsets to try to make them, as much as possible,
* have even-width bevels with offsets that match their specs.
- * The problem that we can try to amelieroate is that when loop slide
+ * The problem that we can try to ameliorate is that when loop slide
* is active, the meet point will probably not be the one that makes
* both sides have their specified width. And because both ends may be
* on loop slide edges, the widths at each end could be different.