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-04-14 20:24:46 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-04-14 20:24:46 +0400
commitc1984f79658b9d2497b70da49ea489a49dda3178 (patch)
tree0848762de87561cf6cbf014bbea7718a6639900e /io_mesh_ply/__init__.py
parent02660906ec56fedb8f97a6b30170152134594362 (diff)
Minor fix to UI messages.
Diffstat (limited to 'io_mesh_ply/__init__.py')
-rw-r--r--io_mesh_ply/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index b940e934..8f3be6bc 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -96,7 +96,8 @@ class ExportPLY(bpy.types.Operator, ExportHelper):
)
use_normals = BoolProperty(
name="Normals",
- description="Export Normals for smooth and hard shaded faces. Hard shaded faces will be exported as individual faces",
+ description="Export Normals for smooth and hard shaded faces " \
+ "(hard shaded faces will be exported as individual faces)",
default=True,
)
use_uv_coords = BoolProperty(