mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merge remote-tracking branch 'origin/feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory' into feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory
This commit is contained in:
commit
7f8cc96627
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import annotations
|
||||
import os
|
||||
import logging
|
||||
from typing import ClassVar
|
||||
|
|
@ -265,7 +266,7 @@ class ProductLoaderPlugin(LoaderPlugin):
|
|||
"""
|
||||
|
||||
|
||||
class PreLoadHookPlugin:
|
||||
class PreLoaderHookPlugin:
|
||||
"""Plugin that should be run before any Loaders in 'loaders'
|
||||
|
||||
Should be used as non-invasive method to enrich core loading process.
|
||||
|
|
@ -284,7 +285,7 @@ class PreLoadHookPlugin:
|
|||
pass
|
||||
|
||||
|
||||
class PostLoadHookPlugin:
|
||||
class PostLoaderHookPlugin:
|
||||
"""Plugin that should be run after any Loaders in 'loaders'
|
||||
|
||||
Should be used as non-invasive method to enrich core loading process.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import annotations
|
||||
from qtpy import QtGui, QtCore
|
||||
|
||||
from ._multicombobox import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue