-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.yml
43 lines (35 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright (c) 2021 Autodesk, Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the ShotGrid Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the ShotGrid Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Autodesk, Inc.
# Metadata defining the behaviour and requirements for this engine
#
# Please note that settings for this app are handled in the UI itself
# and saved per user.
#
# expected fields in the configuration file for this engine
configuration:
# this app works in all engines - it does not contain
# any host application specific commands
supported_engines:
# the Flow Production Tracking fields that this engine needs in order to
# operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "Import Cut"
description: "An app to import Cut changes."
# Required minimum versions for this item to run
requires_shotgun_version: v7.0.0
requires_core_version: "v0.16.18"
requires_engine_version:
documentation_url: "https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Editorial_ed_import_cut_depth_html"
# the frameworks required to run this app
frameworks:
- {"name": "tk-framework-shotgunutils", "version": "v5.x.x"}
- {"name": "tk-framework-qtwidgets", "version": "v2.x.x"}
- {"name": "tk-framework-editorial", "version": "v2.x.x"}