-
Notifications
You must be signed in to change notification settings - Fork 6
Documentation
The Launch Folder App allows you to jump from Shotgun into the File System. You can register it for Shotgun entity types such as Shots, Assets and Sequences. Once activated, it will appear on the Action menu:
The following parameters can be specified in the configuration for this app:
-
entity_types is the list of Shotgun entity types where this tank action should be visible on the Actions menu. This is an optional parameter and will default to Sequence,Shot,Asset,Task if not specified.
-
deny_permissions is an optional parameter which lets you limit the visibility of this app. If you for example put in
[Artist]
as the value for this parameter, any user belonging to the shotgun permissions group Artist will not be able to see or execute the App. Example:deny_permissions: [Artist]
. -
deny_platforms is an optional parameter which lets you turn off this app on certain platforms. If you don't want it to appear on the Tank action menu for a platform, just include it in the the deny_platforms list. Valid values are
Windows
,Mac
andLinux
. Example:deny_platforms: [Linux]