Conforming to blender extensions
This commit is contained in:
16
__init__.py
16
__init__.py
@@ -1,21 +1,7 @@
|
||||
import bpy
|
||||
|
||||
from .operator_add_speakers_to_objects import AddSoundToMeshOperator
|
||||
from .operator_adm_export import ADMWaveExport
|
||||
from .operator_wav_import import ImportWav
|
||||
|
||||
bl_info = {
|
||||
"name": "Sound Objects",
|
||||
"description": "Tools for adding sounds to objects and export to immersive format",
|
||||
"author": "Jamie Hardt",
|
||||
"version": (0, 1),
|
||||
"warning": "Requires `ear` EBU ADM Renderer package to be installed",
|
||||
"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):
|
||||
# bl_idname = "OBJECT_PT_sound_object_attachment_panel"
|
||||
|
||||
Reference in New Issue
Block a user