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:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 08:15:59 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 08:15:59 +0300
commit6ce5ae8fad90981de823398764607d0f043c1e72 (patch)
treef74325a5ce5d04fd7869933055b5c6f67e7b8c91 /development_icon_get.py
parentfb9633ffd7bc3d1c4e7702114e1e93be1cfdf516 (diff)
development addons: Close Panels, Fix locations: T70017
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index 9aeb1a12..51c440e2 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -25,7 +25,7 @@ bl_info = {
"author": "roaoao",
"version": (1, 4, 0),
"blender": (2, 80, 0),
- "location": "Search Menu > Icon Viewer, Text Editor > Properties",
+ "location": "Text Editor > Dev Tab > Icon Viewer",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts/Development/Display_All_Icons",
"category": "Development"
@@ -248,7 +248,8 @@ class IV_PT_icons(bpy.types.Panel):
bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI"
bl_label = "Icon Viewer"
- bl_category = "Icon Viewer"
+ bl_category = "Dev"
+ bl_options = {'DEFAULT_CLOSED'}
@staticmethod
def tag_redraw():