mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use new Anatomy source in tools
This commit is contained in:
parent
a4e371889a
commit
af2c57674e
3 changed files with 3 additions and 5 deletions
|
|
@ -17,8 +17,7 @@ from openpype.client import (
|
|||
get_thumbnail_id_from_source,
|
||||
get_thumbnail,
|
||||
)
|
||||
from openpype.api import Anatomy
|
||||
from openpype.pipeline import HeroVersionType
|
||||
from openpype.pipeline import HeroVersionType, Anatomy
|
||||
from openpype.pipeline.thumbnail import get_thumbnail_binary
|
||||
from openpype.pipeline.load import (
|
||||
discover_loader_plugins,
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@ import speedcopy
|
|||
|
||||
from openpype.client import get_project, get_asset_by_name
|
||||
from openpype.lib import Terminal
|
||||
from openpype.api import Anatomy
|
||||
from openpype.pipeline import legacy_io
|
||||
from openpype.pipeline import legacy_io, Anatomy
|
||||
|
||||
|
||||
t = Terminal()
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ from openpype.tools.utils import PlaceholderLineEdit
|
|||
from openpype.tools.utils.delegates import PrettyTimeDelegate
|
||||
from openpype.lib import (
|
||||
emit_event,
|
||||
Anatomy,
|
||||
get_workfile_template_key,
|
||||
create_workdir_extra_folders,
|
||||
)
|
||||
|
|
@ -22,6 +21,7 @@ from openpype.lib.avalon_context import (
|
|||
from openpype.pipeline import (
|
||||
registered_host,
|
||||
legacy_io,
|
||||
Anatomy,
|
||||
)
|
||||
from .model import (
|
||||
WorkAreaFilesModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue