mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add burnin and families SP
This commit is contained in:
parent
f0b50b9491
commit
0370600f86
5 changed files with 167 additions and 226 deletions
|
|
@ -57,17 +57,18 @@
|
|||
"y_offset": 5,
|
||||
"bg_padding": 5
|
||||
},
|
||||
"fields": {},
|
||||
"profiles": [
|
||||
{
|
||||
"families": [],
|
||||
"hosts": [],
|
||||
"burnins": {
|
||||
"burnin": {
|
||||
"TOP_LEFT": "{yy}-{mm}-{dd}",
|
||||
"TOP_RIGHT": "{anatomy[version]}",
|
||||
"TOP_CENTERED": "",
|
||||
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}",
|
||||
"TOP_RIGHT": "{anatomy[version]}",
|
||||
"BOTTOM_LEFT": "{username}",
|
||||
"BOTTOM_CENTERED": "{asset}",
|
||||
"BOTTOM_LEFT": "{username}"
|
||||
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,18 +97,6 @@
|
|||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
},
|
||||
"other_families": {
|
||||
"create_background": {
|
||||
"name": "background",
|
||||
"label": "Background",
|
||||
"family": "background",
|
||||
"icon": "image",
|
||||
"defaults": [
|
||||
"Main"
|
||||
],
|
||||
"help": "Layered background from PSD."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue