From 9357e09d227e9e18fccf82ce5a0c55890eb9a741 Mon Sep 17 00:00:00 2001 From: Christophe SEUX Date: Wed, 12 Apr 2023 13:05:53 +0200 Subject: [PATCH] rename tab --- panels.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panels.py b/panels.py index e4b10bb..75759c1 100644 --- a/panels.py +++ b/panels.py @@ -9,8 +9,8 @@ import re class RP_PT_picker_maker_panel(bpy.types.Panel): - bl_label = 'Rig UI' - bl_category = 'RIG Tools' + bl_label = 'Rig Picker' + bl_category = 'Rigging' bl_space_type = 'VIEW_3D' bl_region_type = 'UI'