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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-22 01:44:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-22 01:44:55 +0400
commit2791675c5295f5c065fc806170001b03d7c59a90 (patch)
tree57f41dd0ae3dc85194f9fbc5cdf58aa920dc5b79 /add_mesh_solid.py
parent3d78b23ab619f75f65b5a528ecdf67a2c777ab8a (diff)
correct spelling tessellate
Diffstat (limited to 'add_mesh_solid.py')
-rw-r--r--add_mesh_solid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index d0b1417c..f43eea70 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -43,7 +43,7 @@ from bpy_extras.object_utils import object_data_add
# assumes each polygon is convex.
# poly: list of faces, or a single face, like those
# needed for mesh.from_pydata.
-# returns the tesselated faces.
+# returns the tessellated faces.
def createPolys(poly):
# check for faces
if len(poly) == 0: