Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
_PIPELINE_MAX_WORKERS = min(4, (os.cpu_count() or 4))

# Local imports
from . import dependency_manager
from .qt_utils import QObject, Signal, Slot, QThread, QRunnable, QThreadPool, QtWidgets, QtCore, QT_BINDING
from .qt_utils import QObject, Slot, QThreadPool, QtWidgets, QtCore, QT_BINDING
from .plugin_info import PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_REPO_URL, PLUGIN_DESCRIPTION
from .remix_api import RemixAPIClient, REMIX_ATTR_SUFFIX_TO_PBR_MAP, PBR_TO_REMIX_INGEST_VALIDATION_TYPE_MAP
from .texture_processor import TextureProcessor
Expand Down
Loading