forked from shotgunsoftware/tk-nuke-writenode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.yml
85 lines (71 loc) · 2.56 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 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 engine
# expected fields in the configuration file for this engine
configuration:
# A list of all the specified write nodes
categories:
type: list
description: "A list of all the categories configurered."
allows_empty: True
values:
type: dict
items:
category_name:
type: str
write_nodes:
type: list
values:
type: dict
items:
name:
type: str
file_type:
type: str
settings:
type: dict
render_template:
type: template
fields: context, version, SEQ, [channel], [output], [name], [width], [height], [eye], [YYYY], [MM], [DD], *
publish_template:
type: template
fields: context, version, SEQ, [channel], [output], [name], [width], [height], [eye], *
tile_color:
type: int
template_script_work:
type: template
description: "Template for the Nuke script to get fields from."
fields: context, version, [name], *
default_category:
type: str
description: "Default category to select in the write node creation panel."
default_value: prerender
main_category_name:
type: str
description: "Main category to use for output of the Nuke script"
default_value: main
main_write_name:
type: str
description: "Name to use for the output of the Nuke script"
default_value: main
# this tk_nuke_writenode works in all engines - it does not contain
# any host application specific commands
supported_engines: [tk-nuke]
# the Shotgun fields that this engine needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "ShotGrid Nuke Write Node"
description: "Support for the ShotGrid Write Node in Nuke."
# 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 tk_nuke_writenode
frameworks: