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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-04-02 11:24:10 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-04-02 11:24:10 +0300
commitec076730b1bbbfff354f7de5a007aade67a945e6 (patch)
tree374c051450f5440b057ef658fd24e62b30e19e45 /development_icon_get.py
parent0d3cc9a06dfd3f77fa9bd20c5013ae9b050b4fae (diff)
Icon Viewer: add missing panel category
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index c602b365..9aeb1a12 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -248,6 +248,7 @@ class IV_PT_icons(bpy.types.Panel):
bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI"
bl_label = "Icon Viewer"
+ bl_category = "Icon Viewer"
@staticmethod
def tag_redraw():