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"