From 7e0c8c3868d2c7d5629351a7c229ef44adc0b1c5 Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Fri, 6 Dec 2013 19:43:24 +0100 Subject: [PATCH] Edit name and tip of the Normal option (now it exports loop normals, make this clear for users). --- io_scene_obj/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py index f3ed2b6b4..6c180c39b 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( -- GitLab