Hy!
I made two icon reference sheets for blender internal icons in 2.79 & 2.80.
It is a good overview for those who allowed to change icons in a addon.
Here is the code example how to add them into the addon preferences…
row.operator('wm.url_open', text = 'Icon Reference Sheet').url = "https://raw.githubusercontent.com/mkbreuer/ToolPlus/master/icons_sheets/blender_internal_icons_2.79.png"
thanks so much! I’ve been using the icon viewer addon in 2.8, it’s difficult with all the monochrome icons giving little or no representation of what they are/where they are used.
Great!
I used the icon viewer addon with small modification to enumerate the icons with names.
Maybe this can be done as a default property option in the addon preferences!?
Thanks for this list, can i put it in my addon ? users need to choose an icon, i tell them to use the icon viewer but if they have access to this sheet it could be another solution