added filtering to extract burnin

This commit is contained in:
iLLiCiTiT 2021-05-05 12:17:04 +02:00
parent ce94ee37a4
commit 379585672d
2 changed files with 23 additions and 1 deletions

View file

@ -105,7 +105,11 @@
"TOP_RIGHT": "{anatomy[version]}",
"BOTTOM_LEFT": "{username}",
"BOTTOM_CENTERED": "{asset}",
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}"
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}",
"filter": {
"families": [],
"tags": []
}
}
}
}

View file

@ -385,6 +385,24 @@
"key": "BOTTOM_RIGHT",
"label": "BottomRight",
"type": "text"
},
{
"key": "filter",
"label": "Additional filtering",
"type": "dict",
"highlight_content": true,
"children": [
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
},
{
"type": "schema",
"name": "schema_representation_tags"
}
]
}
]
}