From 04c2f39852d95dfecc4fee04dcb4885d7d8a2ba6 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 5 Jul 2019 16:22:38 +0200 Subject: [PATCH] Move interface to tool category Apparently, the tool category in the properties editors copies the panels from the tool category in the 3d view now. --- ui_panel_controls.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"