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 /io_scene_x3d
parent3d78b23ab619f75f65b5a528ecdf67a2c777ab8a (diff)
correct spelling tessellate
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/export_x3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_x3d/export_x3d.py b/io_scene_x3d/export_x3d.py
index 3ba3580f..8bd40659 100644
--- a/io_scene_x3d/export_x3d.py
+++ b/io_scene_x3d/export_x3d.py
@@ -525,7 +525,7 @@ def export(file,
mesh_id_coords = prefix_quoted_str(mesh_id, 'coords_')
mesh_id_normals = prefix_quoted_str(mesh_id, 'normals_')
- # tesselation faces may not exist
+ # tessellation faces may not exist
if not mesh.faces and mesh.polygons:
mesh.update(calc_tessface=True)