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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-07-04 16:20:09 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 16:20:09 +0400
commit7f1754c79186706b6d53f9e398f5a2784fb884e2 (patch)
tree611c440d427557c14154d81bf7654b36553cb855 /io_mesh_ply/export_ply.py
parent470cb9590535a92561ebf92f9ae50bb626f9e990 (diff)
Spellfixes: colour -> color
Diffstat (limited to 'io_mesh_ply/export_ply.py')
-rw-r--r--io_mesh_ply/export_ply.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_ply/export_ply.py b/io_mesh_ply/export_ply.py
index 2b58186b..60d9b7ea 100644
--- a/io_mesh_ply/export_ply.py
+++ b/io_mesh_ply/export_ply.py
@@ -20,7 +20,7 @@
"""
This script exports Stanford PLY files from Blender. It supports normals,
-colours, and texture coordinates per face or per vertex.
+colors, and texture coordinates per face or per vertex.
Only one mesh can be exported at a time.
"""