From d67b995371c658418395a87a24310205b8f200c6 Mon Sep 17 00:00:00 2001 From: Thomas Harrison Date: Sat, 7 Feb 2026 00:50:01 -0500 Subject: [PATCH] Change panel category to Tool --- quickbake/panel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickbake/panel.py b/quickbake/panel.py index f66705a..845da44 100644 --- a/quickbake/panel.py +++ b/quickbake/panel.py @@ -10,8 +10,7 @@ class RENDER_PT_main(bpy.types.Panel): bl_label = "Quick Bake" bl_space_type = "VIEW_3D" bl_region_type = "UI" - # bl_category = 'Tool' - bl_category = "Item" # TODO revert this after testing + bl_category = "Tool" bl_context = "objectmode" def draw(self, context):