is key free, move to text editor

This commit is contained in:
Brendon Murphy 2017-03-22 18:27:49 +11:00
parent bb8d8dfa56
commit 349bbeaa8a
1 changed files with 2 additions and 4 deletions

View File

@ -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