Fix #131374: Grease pencil subdivide icon is not consistent
Use correct icon in modifiers menu `ICON_MOD_SUBSURF`. Pull Request: https://projects.blender.org/blender/blender/pulls/131407
This commit is contained in:
committed by
Falk David
parent
8044f531c7
commit
da9f334e2b
@@ -273,7 +273,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
|
||||
"Simplify stroke reducing number of points"},
|
||||
{eModifierType_GreasePencilSubdiv,
|
||||
"GREASE_PENCIL_SUBDIV",
|
||||
ICON_MOD_SMOOTH,
|
||||
ICON_MOD_SUBSURF,
|
||||
"Subdivide",
|
||||
"Grease Pencil subdivide modifier"},
|
||||
{eModifierType_GreasePencilEnvelope,
|
||||
|
||||
Reference in New Issue
Block a user