feat(ppro): restrict tags in representation for review

This commit is contained in:
Jakub Jezek 2020-04-23 19:08:35 +02:00
parent 9039923ac7
commit 58b5d45043
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -52,7 +52,7 @@ class CollectClipRepresentations(pyblish.api.InstancePlugin):
"fps": fps,
"name": json_repr_subset,
"ext": json_repr_ext,
"tags": ["preview", "review", "burnins", "reformat", "delete"]
"tags": ["review", "delete"]
}
else:
representation = {