Reorganizing source

Moving functions out and getting files
shorter
This commit is contained in:
Jamie Hardt
2020-09-19 22:28:05 -07:00
parent 863d5aeec4
commit c5c0ab951d
5 changed files with 223 additions and 264 deletions

View File

@@ -29,15 +29,6 @@ from math import sqrt
from dataclasses import dataclass
from typing import List, Tuple
# bl_info = {
# "name": "Export ADM Broadcast-WAV File",
# "description": "Export a Broadcast-WAV with each speaker as an ADM object",
# "author": "Jamie Hardt",
# "version": (0, 23),
# "warning": "Requires `ear` EBU ADM Renderer package to be installed",
# "blender": (2, 90, 0),
# "category": "Import-Export",
# }
class FrameInterval:
def __init__(self, start_frame, end_frame):