mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
changed imports of moved plugins/actions
This commit is contained in:
parent
d16f8f1384
commit
0710540aa4
14 changed files with 50 additions and 35 deletions
|
|
@ -7,9 +7,10 @@ import collections
|
|||
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
|
||||
from avalon import api, pipeline
|
||||
from avalon import api
|
||||
|
||||
from openpype.pipeline import HeroVersionType
|
||||
from openpype.pipeline.thumbnails import get_thumbnail_binary
|
||||
from openpype.pipeline.load import (
|
||||
discover_loader_plugins,
|
||||
SubsetLoaderPlugin,
|
||||
|
|
@ -863,7 +864,7 @@ class ThumbnailWidget(QtWidgets.QLabel):
|
|||
if not thumbnail_ent:
|
||||
return
|
||||
|
||||
thumbnail_bin = pipeline.get_thumbnail_binary(
|
||||
thumbnail_bin = get_thumbnail_binary(
|
||||
thumbnail_ent, "thumbnail", self.dbcon
|
||||
)
|
||||
if not thumbnail_bin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue