[Bf-extensions-cvs] [5525d389] master: IsKeyFree: Update to 2.8

meta-androcto noreply at git.blender.org
Sat May 4 03:17:30 CEST 2019


Commit: 5525d389275341ef64ab35baeadbd032b46879ae
Author: meta-androcto
Date:   Sat May 4 11:16:54 2019 +1000
Branches: master
https://developer.blender.org/rBA5525d389275341ef64ab35baeadbd032b46879ae

IsKeyFree: Update to 2.8

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

M	development_iskeyfree.py

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

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



More information about the Bf-extensions-cvs mailing list