From 80289d514214038392abcb1b6973643788aa7d7f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 26 Sep 2020 16:45:44 -0700 Subject: [PATCH] Panel experiment --- sound_objects/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sound_objects/__init__.py b/sound_objects/__init__.py index 465487a..be7d4c2 100644 --- a/sound_objects/__init__.py +++ b/sound_objects/__init__.py @@ -14,6 +14,7 @@ bl_info = { "category": "Import-Export" } + class SoundObjectAttachmentPanel(bpy.types.Panel): bl_idname = "OBJECT_PT_sound_object_attachment_panel" bl_space_type = "VIEW_3D"