Skip to content
Snippets Groups Projects
Commit 9a9832d5 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

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

parent e46831e1
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
......@@ -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'
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment