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-01-24 16:19:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-24 16:19:05 +0300
commit2275bac468132a9e3b82e3b2d1138a86e4294a86 (patch)
tree207158bb4a2bd0f307f16ced540fe7fd6c9b7a10 /development_icon_get.py
parent52efcbc744959deb4c36e2c723b63d8cc49e946d (diff)
changes Operator names for new, stricter checking.
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index 4aadc35b..e06b702f 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -62,6 +62,7 @@ class IconProps(bpy.types.IDPropertyGroup):
class WM_OT_icon_info(bpy.types.Operator):
+ bl_idname = "wm.icon_info"
bl_label = "Icon Info"
bl_description = "Click to copy this icon name to the clipboard"
icon = bpy.props.StringProperty()
@@ -74,6 +75,7 @@ class WM_OT_icon_info(bpy.types.Operator):
class WM_OT_icon_prop_update(bpy.types.Operator):
+ bl_idname = "wm.icon_prop_update"
bl_label = "Icon Search"
bl_description = "Update icon_prop values"