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>2017-03-22 10:27:49 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-03-22 10:27:49 +0300
commit349bbeaa8a6796424bd81261830fb50290794c8b (patch)
treeeeef847fb930c644de229cdff2e99ac65deb1b8c /development_iskeyfree.py
parentbb8d8dfa56c2086e68785dffe6ea301bbde089eb (diff)
is key free, move to text editor
Diffstat (limited to 'development_iskeyfree.py')
-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