Skip to content
Snippets Groups Projects
Commit 63a92f2f authored by Jonathan Smith's avatar Jonathan Smith
Browse files

To many arguments for _init_, was failing script

parent b3843692
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment