Continuing the discussion from Tk-shotgun-app getting information from Shotgun:
I’m also writing a custom tk-shotgun
app at the moment to add actions to the right click menu. Looking at the code throughout the shotgunsoftware organisation, I saw a lot of mentions to the entity_type
and entity_ids
arguments being the old style if we were registering commands to the engine.
How would the new style callbacks, that don’t receive the entity_type
and entity_ids
arguments, able to access the currently selected entities on the Shotgun Website?