From 7f1754c79186706b6d53f9e398f5a2784fb884e2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Jul 2012 12:20:09 +0000 Subject: Spellfixes: colour -> color --- io_mesh_ply/export_ply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_ply/export_ply.py') 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. """ -- cgit v1.2.3