Skip to content

Instantly share code, notes, and snippets.

View nisimjoseph's full-sized avatar

Nisim Joseph nisimjoseph

View GitHub Profile
@nisimjoseph
nisimjoseph / blender-icon-list.py
Last active February 19, 2021 11:04 — forked from eliemichel/blender-icon-list.py
All Blender Icons updated to 2.91.2
import bpy
class IconPanel(bpy.types.Panel):
"""Creates a Panel width all possible icons"""
bl_label = "Icons"
bl_idname = "icons_panel"
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "object"