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:
Petr Kalis 2025-04-08 10:49:42 +02:00
commit 7f8cc96627
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -1,3 +1,4 @@
from __future__ import annotations
from qtpy import QtGui, QtCore
from ._multicombobox import (