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:
authorThomas Dinges <blender@dingto.org>2011-02-27 20:16:49 +0300
committerThomas Dinges <blender@dingto.org>2011-02-27 20:16:49 +0300
commit8b958218a156170977bf7d184a2f97d33965fdba (patch)
treea494394e0f8ea4882d62ac1579c1f5e8b7525c8e /development_icon_get.py
parentebeeb59020f86fa0504f364d7703aa9dd100978b (diff)
Remove exception for Blender icon, has been fixed in Trunk.
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 786b9a2e..77f8ebbd 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -44,7 +44,7 @@ def create_icon_list_all():
icons = bpy.types.UILayout.bl_rna.functions['prop'].parameters['icon'].\
items.keys()
- icons.remove("BLENDER")
+ icons.remove("NONE")
return icons