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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user