[Bf-extensions-cvs] [41f298f] master: OBJ export: Dont use the name "Loop" in blenders UI

Campbell Barton noreply at git.blender.org
Sun Dec 15 15:46:29 CET 2013


Commit: 41f298fe8850242e72f48d2601a76cfec01b5bd4
Author: Campbell Barton
Date:   Mon Dec 16 01:45:48 2013 +1100
http://developer.blender.org/rBA41f298fe8850242e72f48d2601a76cfec01b5bd4

OBJ export: Dont use the name "Loop" in blenders UI

this is an internal name only.

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

M	io_scene_obj/__init__.py

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

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



More information about the Bf-extensions-cvs mailing list