From c1984f79658b9d2497b70da49ea489a49dda3178 Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Sat, 14 Apr 2012 16:24:46 +0000 Subject: [PATCH] Minor fix to UI messages. --- io_mesh_ply/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py index b940e9341..8f3be6bc5 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( -- GitLab