Icon Reference Sheets 2.79/2.80

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"                           

row.operator('wm.url_open', text = 'Icon Reference Sheet').url = "https://raw.githubusercontent.com/mkbreuer/ToolPlus/master/icons_sheets/blender_internal_icons_2.80.png"                              

14 Likes

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.

1 Like

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!?

that would be an welcome addition. Thanks.

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 :slight_smile:

Of course! That’s why I created it.
Copy and add it where ever you like!
I think an official place for that would be the best…?! :wink:

1 Like

fffff
really nice, thanks !

1 Like

Attention: new pathes for the icons sheets (now in ToolPlus repository)

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"                           
row.operator('wm.url_open', text = 'Icon Reference Sheet').url = "https://raw.githubusercontent.com/mkbreuer/ToolPlus/master/icons_sheets/blender_internal_icons_2.80.png"