Panel experiment

This commit is contained in:
Jamie Hardt
2020-09-26 16:51:46 -07:00
parent 791ccbe10f
commit 19f53520a5

View File

@@ -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"