ynput / ayon-core

Apache License 2.0
31 stars 36 forks source link

Chore: Api for thumbnail cache #487

Closed iLLiCiTiT closed 6 months ago

iLLiCiTiT commented 6 months ago

Changelog Description

Moved cache of thumbnails api to pipeline implementation.

Additional info

The simple implementation was moved from tools utils to pipeline so it can be used elsewhere without need to import it from tools. The implementation is kept untouched.

Testing notes:

  1. Tools are showing thumbnails as they did.