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>2019-11-21 15:11:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-21 15:15:11 +0300
commit1fbb86654a82df7bbce0566b8b335f8631116d65 (patch)
treea33112dce9529708a8183a1145330d7c06303e1f /source/blender/bmesh
parent7c18fcbe03271f15ed4f6f4af14c60e84f8bb9cc (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/bmesh')
-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 6989946147e..7338c2b9f7a 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -1739,7 +1739,7 @@ static void calculate_profile(BevelParams *bp, BoundVert *bndv, bool reversed, b
}
if (bp->vmesh_method == BEVEL_VMESH_CUTOFF && map_ok) {
/* Calculate the "height" of the profile by putting the (0,0) and (1,1) corners of the
- * un-transformed profile throught the 2D->3D map and calculating the distance between them */
+ * un-transformed profile thought the 2D->3D map and calculating the distance between them. */
zero_v3(p);
mul_v3_m4v3(bottom_corner, map, p);
p[0] = 1.0f;
@@ -3024,7 +3024,7 @@ static bool adjust_the_cycle_or_chain_fast(BoundVert *vstart, int np, bool iscyc
/** Helper function to return the next Beveled EdgeHalf along a path.
* \param toward_bv Whether the direction to travel points toward or away from the BevVert
* connected to the current EdgeHalf
- * \param r_bv The BevVert conencted to the EdgeHalf-- updated if we're travelling to the other
+ * \param r_bv The BevVert connected to the EdgeHalf-- updated if we're traveling to the other
* EdgeHalf of an original edge
* \note This only returns the most parallel edge if it's the most parallel by
* at least 10 degrees. This is a somewhat arbitrary choice, but it makes sure that consistent