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>2014-01-13 07:53:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-13 08:31:57 +0400
commit61ff3dfdda3aa80323fb2c0324e1813a7b136a88 (patch)
tree82089c8d8c513b68999e3d99f4135ec24e8fef8b /release/scripts/modules/bpy_extras/mesh_utils.py
parent717bf85545989eb91d429108202294da24cbb565 (diff)
Code Cleanup: spelling
Diffstat (limited to 'release/scripts/modules/bpy_extras/mesh_utils.py')
-rw-r--r--release/scripts/modules/bpy_extras/mesh_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy_extras/mesh_utils.py b/release/scripts/modules/bpy_extras/mesh_utils.py
index a92d2221c38..1e3e4c873a8 100644
--- a/release/scripts/modules/bpy_extras/mesh_utils.py
+++ b/release/scripts/modules/bpy_extras/mesh_utils.py
@@ -324,7 +324,7 @@ def edge_loops_from_edges(mesh, edges=None):
def ngon_tessellate(from_data, indices, fix_loops=True):
"""
Takes a polyline of indices (fgon) and returns a list of face
- indicie lists. Designed to be used for importers that need indices for an
+ index lists. Designed to be used for importers that need indices for an
fgon to create from existing verts.
:arg from_data: either a mesh, or a list/tuple of vectors.