mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
resolve: update api to 17
This commit is contained in:
parent
03b6d83c83
commit
b06921c938
3 changed files with 13 additions and 4 deletions
|
|
@ -1,7 +1,10 @@
|
|||
from avalon import io, api
|
||||
from openpype.hosts import resolve
|
||||
from copy import deepcopy
|
||||
|
||||
from importlib import reload
|
||||
from openpype.hosts.resolve.api import lib, plugin
|
||||
reload(plugin)
|
||||
reload(lib)
|
||||
|
||||
class LoadClip(resolve.TimelineItemLoader):
|
||||
"""Load a subset to timeline as clip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue