I’m creating a plugin in Shotgrid Event Framework. This isn’t the first one, I’ve already created multiple working plugins.
However this time I’d like to create a plugin that listens to Software entity changes. For start I created a plugin without any event filters and it seems like when I modify a Software entity, it’s not getting a new event.
My script user has permission to see Event logs and it receives all kinds of events, but Software entity logs are missing.
Any ideas what could cause this? Are Software entites different?
I have noticed similar behaviour with respect to Software Entities and Script Users. My issue was in regards to wanting certain commands (derived from the software entity) only being available in a tk-shell environment authenticated by a script user. There does not seem to be a way to make a direct correlation between the script user and Software Entity.