diff --git a/ui_panel_controls.py b/ui_panel_controls.py index b844ed4..1f39295 100644 --- a/ui_panel_controls.py +++ b/ui_panel_controls.py @@ -4,10 +4,9 @@ import bpy all_bones = hand_l = hand_r = arm_l = arm_r = leg_l = leg_r = foot_l = foot_r = head = torso = [] class BlenRig_5_Interface(bpy.types.Panel): - bl_space_type = 'PROPERTIES' - bl_region_type = 'WINDOW' - bl_category = "Tools" - bl_context = ".posemode" + bl_space_type = 'VIEW_3D' + bl_region_type = 'UI' + bl_category = "Tool" bl_label = 'BlenRig 5 Controls' bl_category = "BlenRig 5"