forked from shotgunsoftware/tk-aftereffects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.yml
69 lines (57 loc) · 2.42 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Copyright (c) 2019 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun 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 Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
# Metadata defining the behaviour and requirements for this engine
# expected fields in the configuration file for this engine
configuration:
automatic_context_switch:
type: bool
description: Controls whether an active document change causes a context change.
default_value: true
shelf_favorites:
type: list
description:
Controls the registered commands that show up in the favorites shelf
in the ShotGrid panel. This is a list where each item is a dictionary
with keys 'app_instance' and 'name'. The 'app_instance' key connects
this entry to a particular app instance defined in the environment
configuration file. The 'name' is a command name to make a favorite.
allows_empty: True
default_value: []
values:
type: dict
items:
name: { type: str }
app_instance: { type: str }
import_footage_hook:
type: hook
default_value: "{self}/import_footage.py"
description:
Hook which controls how footage is imported into the current project.
context_fields_display_hook:
type: hook
default_value: "{self}/context_fields_display.py"
description:
Hook which controls how context fields are queried and displayed in
the context header.
debug_logging:
type: bool
description: Controls whether debug messages should be emitted to the logger
default_value: false
# the Shotgun fields that this engine needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "ShotGrid Engine for After Effects CC"
description: "ShotGrid Integration for After Effects CC"
# Required minimum versions for this item to run
requires_shotgun_version:
requires_core_version: "v0.19.18"
frameworks:
- {"name": "tk-framework-shotgunutils", "version": "v5.x.x"}
- {"name": "tk-framework-adobe", "version": "v1.x.x"}