Skip to content
Snippets Groups Projects
Commit 41f298fe authored by Campbell Barton's avatar Campbell Barton
Browse files

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

this is an internal name only.
parent ec522f8d
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ class ExportOBJ(bpy.types.Operator, ExportHelper): ...@@ -249,7 +249,7 @@ class ExportOBJ(bpy.types.Operator, ExportHelper):
default=False, default=False,
) )
use_normals = BoolProperty( 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", description="Export one normal per vertex and per face, to represent flat faces and sharp edges",
default=False, default=False,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment