diff --git a/__init__.py b/__init__.py index ebad024..6dc13ae 100644 --- a/__init__.py +++ b/__init__.py @@ -10,14 +10,14 @@ bl_info = { "author": "Jamie Hardt", "version": (0, 1), "warning": "Requires `ear` EBU ADM Renderer package to be installed", - "blender": (2, 91, 2), + "blender": (2, 93, 1), "category": "Import-Export", "support": "TESTING", "tracker_url": "https://github.com/iluvcapra/soundobjects_blender_addon/issues", "wiki_url": "" } -#class SoundObjectAttachmentPanel(bpy.types.Panel): +# class SoundObjectAttachmentPanel(bpy.types.Panel): # bl_idname = "OBJECT_PT_sound_object_attachment_panel" # bl_space_type = "VIEW_3D" # bl_label = "Attach Sounds"