mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
resolve: fix transition merge
This commit is contained in:
parent
9a0f20ef95
commit
d503395818
3 changed files with 4 additions and 4 deletions
|
|
@ -44,7 +44,7 @@ class ResolvePrelaunch(PreLaunchHook):
|
|||
self.launch_context.env["PRE_PYTHON_SCRIPT"] = pre_py_sc
|
||||
self.log.debug(f"-- pre_py_sc: `{pre_py_sc}`...")
|
||||
try:
|
||||
__import__("pype.hosts.resolve")
|
||||
__import__("openpype.hosts.resolve")
|
||||
__import__("pyblish")
|
||||
|
||||
except ImportError:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import pyblish
|
||||
from pype.hosts import resolve
|
||||
from openpype.hosts import resolve
|
||||
|
||||
# # developer reload modules
|
||||
from pprint import pformat
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
import pyblish.api
|
||||
from pype.hosts import resolve
|
||||
from openpype.hosts import resolve
|
||||
from avalon import api as avalon
|
||||
from pprint import pformat
|
||||
|
||||
# dev
|
||||
from importlib import reload
|
||||
from pype.hosts.resolve.otio import davinci_export
|
||||
from openpype.hosts.resolve.otio import davinci_export
|
||||
reload(davinci_export)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue