From f5cf640542e8aa183d6e2a1717dac08cd54a4b56 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 26 Sep 2020 16:52:22 -0700 Subject: [PATCH] Panel experiment --- sound_objects/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound_objects/__init__.py b/sound_objects/__init__.py index 02c110b..6ee8d32 100644 --- a/sound_objects/__init__.py +++ b/sound_objects/__init__.py @@ -20,7 +20,7 @@ class SoundObjectAttachmentPanel(bpy.types.Panel): bl_space_type = "VIEW_3D" bl_label = "Attach Sounds" bl_region_type = "TOOLS" - bl_category = "Tool" + #bl_category = "Tool" bl_context = "object" def draw(self, context):