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:
-rw-r--r--development_iskeyfree.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/development_iskeyfree.py b/development_iskeyfree.py
index 9c30976c..8db3919e 100644
--- a/development_iskeyfree.py
+++ b/development_iskeyfree.py
@@ -201,10 +201,8 @@ class RunActionCheck(bpy.types.Operator):
# Defines UI panel
# ------------------------------------------------------
class UIControlPanel(bpy.types.Panel):
- bl_space_type = "PROPERTIES"
- bl_region_type = "WINDOW"
- # bl_context = "object" # Remove comment to put in object panel only
- bl_category = 'IsKeyFree'
+ bl_space_type = "TEXT_EDITOR"
+ bl_region_type = "UI"
bl_label = "Is Key Free"
# noinspection PyUnusedLocal