From 9a9832d5d7fe61a446516f2e2722f8356bd7e709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 15 May 2020 15:20:08 +0200 Subject: Fix T76652 Rigify's Quat/Euler Converter is wrongly put in the "view" panel instead of tools. --- rigify/rot_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rigify/rot_mode.py') diff --git a/rigify/rot_mode.py b/rigify/rot_mode.py index 6ea9f241..7487a1ea 100644 --- a/rigify/rot_mode.py +++ b/rigify/rot_mode.py @@ -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' -- cgit v1.2.3