Problem
I'm working on the Kitsu integration for Ayon (old OpenPype).
When an entity gets deleted we get the event from Gazu. We get the id of the entity but Ayon's code it built using names by default. This means we have to go through all entities in Ayon to find the one with a matching ID tag. It would be way easier to also get the name of the entity that got deleted.
Solution
Pass the name of the entity together with the event.
Info
I don't really know how to build and test Zou, I simply install it normally from pip.
So if this PR is of interest I would love if someone of you with a Zou test-environment already setup could test the few events I have edited.
Problem I'm working on the Kitsu integration for Ayon (old OpenPype). When an entity gets deleted we get the event from Gazu. We get the id of the entity but Ayon's code it built using names by default. This means we have to go through all entities in Ayon to find the one with a matching ID tag. It would be way easier to also get the name of the entity that got deleted.
Solution Pass the name of the entity together with the event.
Info I don't really know how to build and test Zou, I simply install it normally from pip. So if this PR is of interest I would love if someone of you with a Zou test-environment already setup could test the few events I have edited.