Fix: Alphabeticalize Object Modifiers

Reported by Dalai on the live stream
This commit is contained in:
2020-02-17 15:03:27 -05:00
parent 00227edf4c
commit ff1d307e25

View File

@@ -182,16 +182,16 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
ICON_MOD_TRIANGULATE,
"Triangulate",
"Convert all polygons to triangles"},
{eModifierType_Weld,
"WELD",
ICON_AUTOMERGE_OFF,
"Weld",
"Find groups of vertices closer then dist and merges them together"},
{eModifierType_Wireframe,
"WIREFRAME",
ICON_MOD_WIREFRAME,
"Wireframe",
"Convert faces into thickened edges"},
{eModifierType_Weld,
"WELD",
ICON_AUTOMERGE_OFF,
"Weld",
"Find groups of vertices closer then dist and merges them together"},
{0, "", 0, N_("Deform"), ""},
{eModifierType_Armature,
"ARMATURE",