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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-23 03:52:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 03:52:07 +0400
commit6b458540bd82f9d10639353d8ae331ad1d01a419 (patch)
treea32877fb7aa77f1c37c6dfaff4cc1d48f1f23ec0 /io_mesh_ply/__init__.py
parent395bca8bda4dcd8b57ac64abeb103a456491c0bf (diff)
update for change in blender api
Diffstat (limited to 'io_mesh_ply/__init__.py')
-rw-r--r--io_mesh_ply/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index 8f3be6bc..2e97dcfb 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -96,8 +96,10 @@ 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(