-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.yml
More file actions
45 lines (37 loc) · 1.58 KB
/
info.yml
File metadata and controls
45 lines (37 loc) · 1.58 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Copyright (c) 2023, Scott Ballard - Quantum Images Inc.
#
# Your use of this software as distributed in this GitHub repository, is governed by the MIT License
#
# Your use of the Shotgun Pipeline Toolkit is governed by the applicable
# license agreement between you and Autodesk / Shotgun.
#
# Read LICENSE and SHOTGUN_LICENSE for full details about the licenses that pertain to this software.
# Metadata defining the behaviour and requirements for this engine
# expected fields in the configuration file for this engine
configuration:
task_templates:
type: list
description: This setting defines the different Task Template entries. See the sb-multi-taskcreator.yml file
in the setup folder for an example of the expected structure.
allows_empty: False
values:
type: dict
description: ''
values:
type: list
description: ''
# this app works in all engines - it does not contain
# any host application specific commands
supported_engines:
# the Shotgun fields that this engine needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "Task Creator App"
description: "A Toolkit App to allow artists & production team to create new Tasks in Studio Pipeline"
# Required minimum versions for this item to run
requires_shotgun_version:
requires_core_version: "v0.14.28"
requires_engine_version:
# the frameworks required to run this app
frameworks:
- {"name": "tk-framework-qtwidgets", "version": "v2.x.x", "minimum_version": "v2.x.x"}