Cleanup: minor wording clarification for OBJ import

This commit is contained in:
Campbell Barton 2021-08-16 18:27:47 +10:00
parent fcefe43ac6
commit 763da384c5
Notes: blender-bot 2023-02-13 17:55:48 +01:00
Referenced by issue blender/blender#90665, Addons: Blender import OBJ loose vertices
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class ImportOBJ(bpy.types.Operator, ImportHelper):
split_mode: EnumProperty(
name="Split",
items=(
('ON', "Split", "Split geometry, omits unused verts"),
('ON', "Split", "Split geometry, omits vertices unused by edges or faces"),
('OFF', "Keep Vert Order", "Keep vertex order from file"),
),
)