Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <j.jaydez@gmail.com>2011-02-19 13:43:26 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-02-19 13:43:26 +0300
commit63a92f2faf53a1aee4d352773d5f5f54aa7bb77b (patch)
treef5eb7160366a6497c1498051224ca41697a7efd4 /development_icon_get.py
parentb3843692640c4fc5f11323acb7ee1c5d9083ca26 (diff)
To many arguments for _init_, was failing script
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index f09a12a3..786b9a2e 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()