From 2600e2f26320dbcc142f0eafa7e0e82a3074161c Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 26 Oct 2018 14:07:26 -0300 Subject: Rigify UI: Move operators to sidebar Since some recent change in 2.8 the UI for rigify is no longer working. Note: if your object has ANY custom property, the custom property shows as a Misc. category, it is not particular to rigify, so I will not bother with this here. --- rigify/rot_mode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rigify/rot_mode.py') diff --git a/rigify/rot_mode.py b/rigify/rot_mode.py index 8129040b..9abfecea 100644 --- a/rigify/rot_mode.py +++ b/rigify/rot_mode.py @@ -223,8 +223,8 @@ convert = convert() class ToolsPanel(bpy.types.Panel): bl_space_type = 'VIEW_3D' - bl_region_type = 'TOOLS' - bl_category = "Tools" + bl_region_type = 'UI' + bl_category = 'View' bl_context = "posemode" bl_label = 'Rigify Quat/Euler Converter' -- cgit v1.2.3