Skip to content

Instantly share code, notes, and snippets.

View harisreedhar's full-sized avatar
😉

Harisreedhar harisreedhar

😉
View GitHub Profile
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"