mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-3909 - fix - add internal variable
This commit is contained in:
parent
ab4ed37604
commit
e9834d973d
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ CREATE_PATH = os.path.join(PLUGINS_DIR, "create")
|
|||
class AfterEffectsHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
||||
name = "aftereffects"
|
||||
|
||||
def __init__(self):
|
||||
self._stub = None
|
||||
super(AfterEffectsHost, self).__init__()
|
||||
|
||||
@property
|
||||
def stub(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue