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_iskeyfree.py
parentfb9633ffd7bc3d1c4e7702114e1e93be1cfdf516 (diff)
development addons: Close Panels, Fix locations: T70017
Diffstat (limited to 'development_iskeyfree.py')
-rw-r--r--development_iskeyfree.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/development_iskeyfree.py b/development_iskeyfree.py
index e69867b5..8664d5cc 100644
--- a/development_iskeyfree.py
+++ b/development_iskeyfree.py
@@ -23,7 +23,7 @@ bl_info = {
"author": "Antonio Vazquez (antonioya)",
"version": (1, 1, 2),
"blender": (2, 80, 0),
- "location": "Text Editor > Props Shelf (Ctrl/t > IsKeyFree Tools",
+ "location": "Text Editor > Sidebar > Dev Tab",
"description": "Find free shortcuts, inform about used and print a key list",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts/Development/IsKeyFree",
@@ -216,6 +216,7 @@ class UIControlPanel(Panel):
bl_region_type = "UI"
bl_label = "Is Key Free"
bl_category = 'Dev'
+ bl_options = {'DEFAULT_CLOSED'}
# noinspection PyUnusedLocal
def draw(self, context):