[Bf-extensions-cvs] [ec076730] master: Icon Viewer: add missing panel category

Philipp Oeser noreply at git.blender.org
Tue Apr 2 10:25:08 CEST 2019


Commit: ec076730b1bbbfff354f7de5a007aade67a945e6
Author: Philipp Oeser
Date:   Tue Apr 2 10:24:10 2019 +0200
Branches: master
https://developer.blender.org/rBAec076730b1bbbfff354f7de5a007aade67a945e6

Icon Viewer: add missing panel category

===================================================================

M	development_icon_get.py

===================================================================

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():



More information about the Bf-extensions-cvs mailing list