mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed filter_pyblish_plugins from setting to None
This commit is contained in:
parent
bd7ef7e652
commit
e9acc41924
1 changed files with 1 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import logging
|
|||
from .settings import get_project_settings
|
||||
from .lib import Anatomy, filter_pyblish_plugins
|
||||
|
||||
pyblish = avalon = filter_pyblish_plugins = None
|
||||
pyblish = avalon = _original_discover = None
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
@ -21,8 +21,6 @@ PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")
|
|||
PUBLISH_PATH = os.path.join(PLUGINS_DIR, "global", "publish")
|
||||
LOAD_PATH = os.path.join(PLUGINS_DIR, "global", "load")
|
||||
|
||||
_original_discover = None
|
||||
|
||||
|
||||
def import_wrapper(func):
|
||||
"""Wrap module imports to specific functions."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue