mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
use new Anatomy import in rest of pipeline
This commit is contained in:
parent
af2c57674e
commit
b6ea950b3a
4 changed files with 6 additions and 10 deletions
|
|
@ -14,11 +14,8 @@ from pyblish.lib import MessageHandler
|
|||
import openpype
|
||||
from openpype.modules import load_modules, ModulesManager
|
||||
from openpype.settings import get_project_settings
|
||||
from openpype.lib import (
|
||||
Anatomy,
|
||||
filter_pyblish_plugins,
|
||||
)
|
||||
|
||||
from openpype.lib import filter_pyblish_plugins
|
||||
from .anatomy import Anatomy
|
||||
from . import (
|
||||
legacy_io,
|
||||
register_loader_plugin_path,
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ import numbers
|
|||
import six
|
||||
from bson.objectid import ObjectId
|
||||
|
||||
from openpype.lib import Anatomy
|
||||
from openpype.pipeline import (
|
||||
schema,
|
||||
legacy_io,
|
||||
Anatomy,
|
||||
)
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
|
|||
|
|
@ -9,9 +9,8 @@ import qargparse
|
|||
from Qt import QtWidgets, QtCore
|
||||
|
||||
from openpype import style
|
||||
from openpype.pipeline import load, AvalonMongoDB
|
||||
from openpype.pipeline import load, AvalonMongoDB, Anatomy
|
||||
from openpype.lib import StringTemplate
|
||||
from openpype.api import Anatomy
|
||||
|
||||
|
||||
class DeleteOldVersions(load.SubsetLoaderPlugin):
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ from collections import defaultdict
|
|||
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
|
||||
from openpype.pipeline import load, AvalonMongoDB
|
||||
from openpype.api import Anatomy, config
|
||||
from openpype.lib import config
|
||||
from openpype.pipeline import load, AvalonMongoDB, Anatomy
|
||||
from openpype import resources, style
|
||||
|
||||
from openpype.lib.delivery import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue