diff --git a/development_icon_get.py b/development_icon_get.py index f09a12a3c44a62772791b8081e7fa91ad55e8b07..786b9a2eb8d2800ec5447949c69d956db6b51246 100644 --- a/development_icon_get.py +++ b/development_icon_get.py @@ -79,7 +79,7 @@ class OBJECT_PT_icons(bpy.types.Panel): bl_region_type = "UI" bl_label = "All icons" - def __init__(self, x): + def __init__(self): self.amount = 10 self.icon_list = create_icon_list() @@ -155,7 +155,7 @@ class CONSOLE_HT_icons(bpy.types.Header): bl_space_type = 'CONSOLE' _search_old = "" - def __init__(self, x): + def __init__(self): self.amount = 10 self.icon_list = create_icon_list()