Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
commit99d2c979a9bd4b38d618696c83cb02fd6d8083ae (patch)
treefab66f8a3bb0854c4403e3335b253357cf3fb54c /mesh_bsurfaces.py
parenta2e69343eb0893f4e4d404d20ba4c2f66d01f40a (diff)
Cleanup: fix typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index c980ed04..d87707c5 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -2560,7 +2560,7 @@ class MESH_OT_SURFSK_add_surface(Operator):
loop_segments_lengths = []
for st in range(len(pts_on_strokes_with_proportions_U)):
- # When on the first stroke, add the segment from the selection to the dirst stroke
+ # When on the first stroke, add the segment from the selection to the first stroke
if st == 0:
loop_segments_lengths.append(
((self.main_object.matrix_world @ verts_ordered_U[lp].co) -