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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-26 12:37:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-26 12:37:44 +0300
commit18a43e4e34cd43a807ac783ee41887f8c238d64d (patch)
treea66b6f2bdfdaf9fd299529f7f78608463f39f94b /development_icon_get.py
parentdb70de6f3b9da3358b72018d25598823c4f041c7 (diff)
more updates for recent changes in blender.
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index 084adbf0..bda71a2f 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -42,7 +42,7 @@ import bpy
def create_icon_list_all():
icons = bpy.types.UILayout.bl_rna.functions['prop'].parameters['icon'].\
- items.keys()
+ enum_items.keys()
icons.remove("NONE")