From 85470ac367b222faaa69f1af5b20b0d41af5cee7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 11 Jul 2021 14:14:46 -0700 Subject: [PATCH] Updated compatible blender version --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"