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>2021-02-24 07:53:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-24 07:53:03 +0300
commitd4c0c40015111f335dfaca90ed1b8741a6ca8f76 (patch)
tree251777adad404bbadbb78d1305aee26b6a045e3b /source/blender/blenkernel/intern/mesh_boolean_convert.cc
parent5c2e10d5ed4b4e321925d4f35b049594efd66bbf (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_boolean_convert.cc')
-rw-r--r--source/blender/blenkernel/intern/mesh_boolean_convert.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/mesh_boolean_convert.cc b/source/blender/blenkernel/intern/mesh_boolean_convert.cc
index 02c99d2c5da..4b47294e61a 100644
--- a/source/blender/blenkernel/intern/mesh_boolean_convert.cc
+++ b/source/blender/blenkernel/intern/mesh_boolean_convert.cc
@@ -91,7 +91,7 @@ class MeshesToIMeshInfo {
/* Similarly for polys of meshes. */
Array<int> mesh_poly_offset;
/* For each Mesh vertex in all the meshes (with concatenated indexing),
- * what is the IMesh Vert* allocated for it in the intput IMesh? */
+ * what is the IMesh Vert* allocated for it in the input IMesh? */
Array<const Vert *> mesh_to_imesh_vert;
/* Similarly for each Mesh poly. */
Array<Face *> mesh_to_imesh_face;
@@ -832,4 +832,4 @@ Mesh *BKE_mesh_boolean(const Mesh **UNUSED(meshes),
#endif
-} // extern "C" \ No newline at end of file
+} // extern "C"