ynput / ayon-kitsu

Official AYON<->Kitsu intetgration (WIP)
Apache License 2.0
6 stars 4 forks source link

Show In Kitsu - LauncherAction #36

Open scottmcdonnell opened 3 months ago

scottmcdonnell commented 3 months ago

The Launcher plugin for ShowInKutsu is not working for me. No logs in client console. launcher_show_in_kitsu.py

It has a call to get_asset_by_name which is not imported. It looks for on the ayon entity for data.zou.id and data.zou.typewhen the sync stores only kitsuId.

It also uses AVALON env variables which will soon be outdated by ayon_core.

scottmcdonnell commented 3 months ago

fixed in #35

image

I updated the addon /push endpoint to store the Kitsu entity type in the Ayon entity data so that the Kitsu url can be constructed correctly.