[Bf-extensions-cvs] [349bbea] master: is key free, move to text editor

meta-androcto noreply at git.blender.org
Wed Mar 22 08:28:12 CET 2017


Commit: 349bbeaa8a6796424bd81261830fb50290794c8b
Author: meta-androcto
Date:   Wed Mar 22 18:27:49 2017 +1100
Branches: master
https://developer.blender.org/rBA349bbeaa8a6796424bd81261830fb50290794c8b

is key free, move to text editor

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

M	development_iskeyfree.py

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

diff --git a/development_iskeyfree.py b/development_iskeyfree.py
index 9c30976..8db3919 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



More information about the Bf-extensions-cvs mailing list