mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3446 - Hound
This commit is contained in:
parent
96be94c0c2
commit
505b42ace2
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import os
|
|||
import re
|
||||
|
||||
from openpype.client import get_assets, get_asset_by_name
|
||||
from openpype.hosts.traypublisher.api import pipeline
|
||||
from openpype.lib import (
|
||||
FileDef,
|
||||
BoolDef,
|
||||
|
|
@ -34,7 +33,7 @@ class BatchMovieCreator(TrayPublishCreator):
|
|||
|
||||
def __init__(self, project_settings, *args, **kwargs):
|
||||
super(BatchMovieCreator, self).__init__(project_settings,
|
||||
*args, **kwargs)
|
||||
*args, **kwargs)
|
||||
creator_settings = (
|
||||
project_settings["traypublisher"]["BatchMovieCreator"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue