-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.yml
33 lines (28 loc) · 1.01 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
configuration:
work_file_template:
type: template
fields: context, version, [name], *
description: A template which describes the current Houdini work hip file. Used to fetch version.
output_render_template:
type: template
fields: context, version, SEQ, [aov_name], [name], [width], [height], *
description: A template which describes the output of the render.
render_metadata:
type: list
description: A list of Render Metadata (RMD) to add to the renders. The key will be prefixed with "rmd_"
allows_empty: True
values:
type: dict
items:
key: { type: str }
type: { type: str }
expression: { type: str }
group: { type: str }
post_task_script:
type: str
description: The external path to the post task script
# general info about this app
display_name: "Karma Render Node"
description: "A ShotGrid Toolkit app to render in Houdini with the Karma render engine and Deadline."
# engine constraints
supported_engines: [tk-houdini]