Skip to content
Snippets Groups Projects
Commit c1984f79 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Minor fix to UI messages.

parent 02660906
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,8 @@ class ExportPLY(bpy.types.Operator, ExportHelper): ...@@ -96,7 +96,8 @@ class ExportPLY(bpy.types.Operator, ExportHelper):
) )
use_normals = BoolProperty( use_normals = BoolProperty(
name="Normals", 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, default=True,
) )
use_uv_coords = BoolProperty( use_uv_coords = BoolProperty(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment