mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
TVPaint host inherit from IPublishHost
This commit is contained in:
parent
f1b5c1f1f0
commit
88bda4e1f6
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import requests
|
|||
import pyblish.api
|
||||
|
||||
from openpype.client import get_project, get_asset_by_name
|
||||
from openpype.host import HostBase, IWorkfileHost, ILoadHost
|
||||
from openpype.host import HostBase, IWorkfileHost, ILoadHost, IPublishHost
|
||||
from openpype.hosts.tvpaint import TVPAINT_ROOT_DIR
|
||||
from openpype.settings import get_current_project_settings
|
||||
from openpype.lib import register_event_callback
|
||||
|
|
@ -58,7 +58,7 @@ instances=2
|
|||
"""
|
||||
|
||||
|
||||
class TVPaintHost(HostBase, IWorkfileHost, ILoadHost):
|
||||
class TVPaintHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
||||
name = "tvpaint"
|
||||
|
||||
def install(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue