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-05-04 04:16:54 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-05-04 04:16:54 +0300
commit5525d389275341ef64ab35baeadbd032b46879ae (patch)
tree90446f6b07338f1266a00c07449011d21310f3ed /development_iskeyfree.py
parent186357ccc04facf959551c99315a4d55857394d8 (diff)
IsKeyFree: Update to 2.8
Diffstat (limited to 'development_iskeyfree.py')
-rw-r--r--development_iskeyfree.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/development_iskeyfree.py b/development_iskeyfree.py
index b552d84c..e69867b5 100644
--- a/development_iskeyfree.py
+++ b/development_iskeyfree.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "Is key Free",
"author": "Antonio Vazquez (antonioya)",
- "version": (1, 1, 1),
- "blender": (2, 69, 0),
+ "version": (1, 1, 2),
+ "blender": (2, 80, 0),
"location": "Text Editor > Props Shelf (Ctrl/t > IsKeyFree Tools",
"description": "Find free shortcuts, inform about used and print a key list",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
@@ -215,6 +215,7 @@ class UIControlPanel(Panel):
bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI"
bl_label = "Is Key Free"
+ bl_category = 'Dev'
# noinspection PyUnusedLocal
def draw(self, context):