From 16812ec25ee004e7f8f66f9ad6d3cc65c2ca76c0 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 2 Oct 2020 22:41:33 -0700 Subject: [PATCH] Update __init__.py --- __init__.py | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/__init__.py b/__init__.py index 27071de..fce0fc7 100644 --- a/__init__.py +++ b/__init__.py @@ -12,24 +12,12 @@ bl_info = { "warning": "Requires `ear` EBU ADM Renderer package to be installed", "blender": (2, 90, 0), "category": "Import-Export", - "tracker_url": "https://github.com/iluvcapra/soundobjects_blender_addon/issues" + "support": "TESTING", + "tracker_url": "https://github.com/iluvcapra/soundobjects_blender_addon/issues", + "wiki_url": "" } -# 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_category = "Tools" -# bl_context = "object" -# bl_options = {"DEFAULT_CLOSED"} - -# def draw(self, context): -# self.layout.label(text="Attach Sounds") - - - def import_wav_menu_callback(self, context): self.layout.operator(ImportWav.bl_idname, text="WAV Audio Files (.wav)")