[Bf-extensions-cvs] [7e0c8c3] master: Edit name and tip of the Normal option (now it exports loop normals, make this clear for users).

Bastien Montagne noreply at git.blender.org
Fri Dec 6 19:43:52 CET 2013


Commit: 7e0c8c3868d2c7d5629351a7c229ef44adc0b1c5
Author: Bastien Montagne
Date:   Fri Dec 6 19:43:24 2013 +0100
http://developer.blender.org/rBA7e0c8c3868d2c7d5629351a7c229ef44adc0b1c5

Edit name and tip of the Normal option (now it exports loop normals, make this clear for users).

===================================================================

M	io_scene_obj/__init__.py

===================================================================

diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index f3ed2b6..6c180c3 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -249,8 +249,8 @@ class ExportOBJ(bpy.types.Operator, ExportHelper):
             default=False,
             )
     use_normals = BoolProperty(
-            name="Include Normals",
-            description="",
+            name="Loop Normals",
+            description="Export one normal per vertex and per face, to represent flat faces and sharp edges",
             default=False,
             )
     use_uvs = BoolProperty(



More information about the Bf-extensions-cvs mailing list