From 19f53520a558015e1b3e7c798ff7d258ea94d648 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 26 Sep 2020 16:51:46 -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 74182cc..02c110b 100644 --- a/sound_objects/__init__.py +++ b/sound_objects/__init__.py @@ -19,7 +19,7 @@ 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 = "UI" + bl_region_type = "TOOLS" bl_category = "Tool" bl_context = "object"