Fix T76652 Rigify's Quat/Euler Converter is wrongly put in the "view" panel instead of tools.

This commit is contained in:
Sybren A. Stüvel 2020-05-15 15:20:08 +02:00
parent e46831e152
commit 9a9832d5d7
Notes: blender-bot 2023-02-14 18:55:38 +01:00
Referenced by issue #76652, Rigify's Quat/Euler Converter is wrongly put in the "view" panel instead of tools.
3 changed files with 4 additions and 4 deletions

View File

@ -202,7 +202,7 @@ class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Rigify'
@classmethod
def poll(cls, context):

View File

@ -225,7 +225,7 @@ convert = convert()
class VIEW3D_PT_rigify_rot_mode(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Rigify'
bl_context = "posemode"
bl_label = 'Rigify Quat/Euler Converter'

View File

@ -624,7 +624,7 @@ class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
bl_label = "Rigify Dev Tools"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Rigify'
@classmethod
def poll(cls, context):
@ -653,7 +653,7 @@ class VIEW3D_PT_rigify_animation_tools(bpy.types.Panel):
bl_context = "posemode"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = 'View'
bl_category = 'Rigify'
@classmethod
def poll(cls, context):