mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🚨 fix 🐶
This commit is contained in:
parent
d29a3ca437
commit
7327334226
5 changed files with 4 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ from .pipeline import (
|
|||
)
|
||||
|
||||
|
||||
from .lib import(
|
||||
from .lib import (
|
||||
maintained_selection,
|
||||
lsattr,
|
||||
get_all_children
|
||||
|
|
|
|||
|
|
@ -15,11 +15,7 @@ from openpype.pipeline import (
|
|||
from openpype.hosts.max.api.menu import OpenPypeMenu
|
||||
from openpype.hosts.max.api import lib
|
||||
from openpype.hosts.max import MAX_HOST_DIR
|
||||
from openpype.pipeline.load import any_outdated_containers
|
||||
from openpype.lib import (
|
||||
register_event_callback,
|
||||
emit_event,
|
||||
)
|
||||
|
||||
from pymxs import runtime as rt # noqa
|
||||
|
||||
log = logging.getLogger("openpype.hosts.max")
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import os
|
|||
import pyblish.api
|
||||
|
||||
from pymxs import runtime as rt
|
||||
from openpype.pipeline import legacy_io, KnownPublishError
|
||||
from openpype.pipeline import legacy_io
|
||||
|
||||
|
||||
class CollectWorkfile(pyblish.api.ContextPlugin):
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import pyblish.api
|
||||
from openpype.pipeline import PublishValidationError
|
||||
from openpype.pipeline.publish import RepairAction
|
||||
from openpype.pipeline import PublishValidationError
|
||||
from pymxs import runtime as rt
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,3 @@ from openpype.pipeline import install_host
|
|||
|
||||
host = MaxHost()
|
||||
install_host(host)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue