Archived
0
0

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.
This commit is contained in:
2019-07-05 16:22:38 +02:00
committed by Demeter Dzadik
parent c1171dc32c
commit 04c2f39852

View File

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