Updated compatible blender version

This commit is contained in:
Jamie Hardt
2021-07-11 14:14:46 -07:00
parent 37f1c70e57
commit 85470ac367

View File

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