[Bf-blender-cvs] [961316d8cef] temp-lineart-contained: Line Art: Use consistent scene icon in add menu

Hans Goudey noreply at git.blender.org
Mon Mar 15 04:28:37 CET 2021


Commit: 961316d8cefc6b2c52bc51bb508ba944a105d7ac
Author: Hans Goudey
Date:   Sun Mar 14 23:15:34 2021 -0400
Branches: temp-lineart-contained
https://developer.blender.org/rB961316d8cefc6b2c52bc51bb508ba944a105d7ac

Line Art: Use consistent scene icon in add menu

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

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

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

diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 39a8429762d..8c12ccceb5d 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -162,7 +162,7 @@ const EnumPropertyItem rna_enum_object_gpencil_type_items[] = {
     {GP_MONKEY, "MONKEY", ICON_MONKEY, "Monkey", "Construct a Suzanne grease pencil object"},
     {GP_LRT_SCENE,
      "LRT_SCENE",
-     ICON_SCENE,
+     ICON_SCENE_DATA,
      "Scene Line Art",
      "Quickly set up Line Art for the whole scene"},
     {GP_LRT_COLLECTION,



More information about the Bf-blender-cvs mailing list