mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #3964 from pypeclub/feature/direct_resources_import
General: Use direct import of resources
This commit is contained in:
commit
31f6069280
7 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ from functools import partial
|
|||
import maya.cmds as cmds
|
||||
import maya.mel as mel
|
||||
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
from openpype.tools.utils import host_tools
|
||||
from .lib import get_main_window
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import nuke
|
||||
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
from .lib import maintained_selection
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ from Qt import QtWidgets, QtGui
|
|||
|
||||
from openpype import PLUGINS_DIR
|
||||
from openpype import style
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
from openpype.lib import (
|
||||
Logger,
|
||||
ApplictionExecutableNotFound,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from Qt import QtGui
|
||||
import qtawesome
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
|
||||
ICON_CACHE = {}
|
||||
NOT_FOUND = type("NotFound", (object, ), {})
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import logging
|
|||
from Qt import QtWidgets, QtCore, QtGui
|
||||
|
||||
from openpype import style
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
from openpype.pipeline import AvalonMongoDB
|
||||
|
||||
import qtawesome
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ from .widgets import (
|
|||
)
|
||||
from .widgets.constants import HOST_NAME
|
||||
from openpype import style
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
from openpype.pipeline import AvalonMongoDB
|
||||
from openpype.modules import ModulesManager
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import collections
|
|||
from Qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
from openpype import style
|
||||
from openpype.api import resources
|
||||
from openpype import resources
|
||||
from openpype.settings.lib import get_local_settings
|
||||
from openpype.lib.pype_info import (
|
||||
get_all_current_info,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue