UI: Use Grease Pencil object icon for Dope Sheet
Use the Grease Pencil object icon for the mode selector in Dope Sheet. Pull Request: https://projects.blender.org/blender/blender/pulls/128385
This commit is contained in:
committed by
Falk David
parent
1b392ef016
commit
d601c21f2f
@@ -236,7 +236,7 @@ const EnumPropertyItem rna_enum_space_file_browse_mode_items[] = {
|
||||
}
|
||||
#define SACT_ITEM_GPENCIL \
|
||||
{ \
|
||||
SACTCONT_GPENCIL, "GPENCIL", ICON_GREASEPENCIL, "Grease Pencil", \
|
||||
SACTCONT_GPENCIL, "GPENCIL", ICON_OUTLINER_OB_GREASEPENCIL, "Grease Pencil", \
|
||||
"Edit timings for all Grease Pencil sketches in file" \
|
||||
}
|
||||
#define SACT_ITEM_MASK \
|
||||
|
||||
Reference in New Issue
Block a user