-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.yml
30 lines (26 loc) · 1.1 KB
/
info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# expected fields in the configuration file for this app
configuration:
#general settings
template_symlinks:
type: template
fields: context, CustomEntity01, Sequence, Shot
description: A reference to a template which sets the location for symlinks to be written to.
server_root:
type: str
description: The root path to the configuration install in the file server_root
server_user:
type: str
description: The ssh user to use to connect to the server
server_password:
type: str
description: The password to user to connecto the server
server_address:
type: str
description: The server address to connect to.
# the engines that this app can operate in:
supported_engines: [tk-hiero]
# the Shotgun fields that this app needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "Create Symlinks"
description: "SGTK application for hiero that creates symlinks from selected track items into their respective shots according to the current pipeline configuration"