From 791ccbe10f554574dc52c514053f5dfac6140700 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 26 Sep 2020 16:48:14 -0700 Subject: [PATCH] Panel experiment --- sound_objects/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound_objects/__init__.py b/sound_objects/__init__.py index be7d4c2..74182cc 100644 --- a/sound_objects/__init__.py +++ b/sound_objects/__init__.py @@ -19,7 +19,8 @@ class SoundObjectAttachmentPanel(bpy.types.Panel): bl_idname = "OBJECT_PT_sound_object_attachment_panel" bl_space_type = "VIEW_3D" bl_label = "Attach Sounds" - bl_region_type = "WINDOW" + bl_region_type = "UI" + bl_category = "Tool" bl_context = "object" def draw(self, context):