add burnin and families SP

This commit is contained in:
Milan Kolar 2020-11-26 18:19:44 +01:00
parent f0b50b9491
commit 0370600f86
5 changed files with 167 additions and 226 deletions

View file

@ -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}"
}
}
}

View file

@ -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."
}
}
}
}