-
Notifications
You must be signed in to change notification settings - Fork 36
/
info.yml
55 lines (44 loc) · 2.11 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
# Copyright (c) 2013 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 app
# expected fields in the configuration file for this app
configuration:
menu_name:
type: str
default_value: "Sync Frame Range with Flow Production Tracking"
description: The name that will be shown in the Flow Production Tracking menu.
sg_in_frame_field:
type: str
default_value: "sg_cut_in"
description: The Flow Production Tracking field to use to retrieve the in frame. The app will look
for this field on the entity associated with the current context (e.g.
the current shot, current asset etc).
sg_out_frame_field:
type: str
default_value: "sg_cut_out"
description: The Flow Production Tracking field to use to retrieve the out frame. The app will look
for this field on the entity associated with the current context (e.g.
the current shot, current asset etc).
# hooks
hook_frame_operation:
type: hook
default_value: "{self}/frame_operations_{engine_name}.py"
description: Hook which contains all methods for setting/getting frame ranges.
# the Shotgun fields that this app needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "Sync frame range with Flow Production Tracking"
description: "Sync the frame range in your scene with the one stored in Flow Production Tracking."
# Required minimum versions for this item to run
requires_shotgun_version:
requires_core_version: "v0.18.0"
requires_engine_version:
# the engines that this app can operate in:
supported_engines: