Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2021-09-06 19:00:50 +0300
committerAntonio Vazquez <blendergit@gmail.com>2021-09-06 19:00:50 +0300
commitd9ad77fa58eb6301e3fedc709c946b7349c057b2 (patch)
treef6d935b2ccec96a52e3f10e8eb20dd2edcb425e7
parentbd79d6067c66fc079ea62b6cf11d7479ba8673eb (diff)
GPencil: Replace temp icons for final design
New icons for LIneArt and Length modifier
-rw-r--r--source/blender/makesrna/intern/rna_gpencil_modifier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index 4e95174e42b..06e8f7db0af 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -70,7 +70,7 @@ const EnumPropertyItem rna_enum_object_greasepencil_modifier_type_items[] = {
"Create duplication of strokes"},
{eGpencilModifierType_Lineart,
"GP_LINEART",
- ICON_MOD_EDGESPLIT, /* TODO: Use a proper icon. */
+ ICON_MOD_LINEART,
"Line Art",
"Generate line art strokes from selected source"},
{eGpencilModifierType_Mirror,
@@ -116,7 +116,7 @@ const EnumPropertyItem rna_enum_object_greasepencil_modifier_type_items[] = {
"Deform strokes using lattice"},
{eGpencilModifierType_Length,
"GP_LENGTH",
- ICON_MOD_EDGESPLIT,
+ ICON_MOD_LENGTH,
"Length",
"Extend or shrink strokes"},
{eGpencilModifierType_Noise, "GP_NOISE", ICON_MOD_NOISE, "Noise", "Add noise to strokes"},