ynput / ayon-core

Apache License 2.0
18 stars 30 forks source link

Chore: Cleanups after addons movement #606

Closed iLLiCiTiT closed 1 month ago

iLLiCiTiT commented 1 month ago

Changelog Description

Cleanup after movement of most of the hosts and modules out of ayon-core.

Additional info

Modified a little loading logic in addon base. Use up-to-date class names in readme. Don't try to support backport compatible imports using openpype.

Added client_dir and version.py to all moved addons and use the value on client addon class.

Removed wsrpc_aiohttp from ayon-core dependencies as it is not used anywhere in the addon.

Testing notes:

  1. Validate changes done in code (Nothing should break).