Skip to content
Snippets Groups Projects
Commit 5525d389 authored by meta-androcto's avatar meta-androcto
Browse files

IsKeyFree: Update to 2.8

parent 186357cc
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
bl_info = { bl_info = {
"name": "Is key Free", "name": "Is key Free",
"author": "Antonio Vazquez (antonioya)", "author": "Antonio Vazquez (antonioya)",
"version": (1, 1, 1), "version": (1, 1, 2),
"blender": (2, 69, 0), "blender": (2, 80, 0),
"location": "Text Editor > Props Shelf (Ctrl/t > IsKeyFree Tools", "location": "Text Editor > Props Shelf (Ctrl/t > IsKeyFree Tools",
"description": "Find free shortcuts, inform about used and print a key list", "description": "Find free shortcuts, inform about used and print a key list",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6" "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
...@@ -215,6 +215,7 @@ class UIControlPanel(Panel): ...@@ -215,6 +215,7 @@ class UIControlPanel(Panel):
bl_space_type = "TEXT_EDITOR" bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI" bl_region_type = "UI"
bl_label = "Is Key Free" bl_label = "Is Key Free"
bl_category = 'Dev'
# noinspection PyUnusedLocal # noinspection PyUnusedLocal
def draw(self, context): def draw(self, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment