Releases: shotgunsoftware/tk-core
Releases · shotgunsoftware/tk-core
v0.22.0
What's Changed
- Formalize the end of CentOS support by @carlos-villavicencio-adsk in #994
Full Changelog: v0.21.8...v0.22.0
Add function to get a list of matching commands
Add a function get_matching_commands
in engines that allows to parse a setting of the following format:
menu_favourites:
- {app_instance: tk-multi-workfiles, name: Shotgun File Manager...}
- {app_instance: tk-multi-snapshot, name: Snapshot...}
- {app_instance: tk-multi-workfiles, name: Shotgun Save As...}
- {app_instance: tk-multi-publish, name: Publish...}
and extract all the commands that match the specified app instances and command names (''
being all commands from that app instance).