[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3262] trunk/py/scripts/addons/ io_mesh_ply/__init__.py: Minor fix to UI messages.

Bastien Montagne montagne29 at wanadoo.fr
Sat Apr 14 18:24:46 CEST 2012


Revision: 3262
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3262
Author:   mont29
Date:     2012-04-14 16:24:46 +0000 (Sat, 14 Apr 2012)
Log Message:
-----------
Minor fix to UI messages.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_mesh_ply/__init__.py

Modified: trunk/py/scripts/addons/io_mesh_ply/__init__.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_ply/__init__.py	2012-04-14 15:44:54 UTC (rev 3261)
+++ trunk/py/scripts/addons/io_mesh_ply/__init__.py	2012-04-14 16:24:46 UTC (rev 3262)
@@ -96,7 +96,8 @@
             )
     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(



More information about the Bf-extensions-cvs mailing list