ynput / ayon-core

Apache License 2.0
18 stars 30 forks source link

Chore: Remove Python 2 vendor #607

Closed iLLiCiTiT closed 1 month ago

iLLiCiTiT commented 1 month ago

Changelog Description

Removed Python 2 modules from vendor.

Additional info

Moved content of client/ayon_core/vendor/python/common/ to client/ayon_core/vendor/python/ as we don't need Python 2/3 separation.

Testing notes:

All modules from vendor should be working.

  1. Loaders using qargparse (Loader plugins with options e.g. LoadImage in nuke).
  2. Custom menu in hosts using scriptsmenu are loaded in nuke, hiero and maya (not sure how exactly).