Changes to engine file extensions structure

This commit is contained in:
Brett Williams
2024-08-03 20:21:26 -05:00
parent ebb847b09e
commit 7986960b21
5 changed files with 23 additions and 17 deletions

View File

@@ -22,7 +22,6 @@ def aerender_path():
class AERenderWorker(BaseRenderWorker):
supported_extensions = ['.aep']
engine = AERender
def __init__(self, input_path, output_path, args=None, parent=None, name=None):