[Bf-blender-cvs] [d9ad77fa58e] master: GPencil: Replace temp icons for final design

Antonio Vazquez noreply at git.blender.org
Mon Sep 6 18:01:05 CEST 2021


Commit: d9ad77fa58eb6301e3fedc709c946b7349c057b2
Author: Antonio Vazquez
Date:   Mon Sep 6 18:00:50 2021 +0200
Branches: master
https://developer.blender.org/rBd9ad77fa58eb6301e3fedc709c946b7349c057b2

GPencil: Replace temp icons for final design

New icons for LIneArt and Length modifier

===================================================================

M	source/blender/makesrna/intern/rna_gpencil_modifier.c

===================================================================

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"},



More information about the Bf-blender-cvs mailing list