You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Interfaces of modules/addons have big impact on how modules and addons are loaded. By removing interfaces from modules and addons it is possible to not handle their imports strictly in specific order.
Steps
Remove interfaces form default modules and replace with less strict implementation without using inheritance or classes from other module.
Ftrack
TimersManager
Webserver
Idle manager
Maybe other general interfaces like getters of plugin paths etc.
[cuID:PYPE-1861]
The text was updated successfully, but these errors were encountered:
Description
Interfaces of modules/addons have big impact on how modules and addons are loaded. By removing interfaces from modules and addons it is possible to not handle their imports strictly in specific order.
Steps
Remove interfaces form default modules and replace with less strict implementation without using inheritance or classes from other module.
Maybe other general interfaces like getters of plugin paths etc.
[cuID:PYPE-1861]
The text was updated successfully, but these errors were encountered: