Fix: Alphabeticalize Object Modifiers
Reported by Dalai on the live stream
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user