mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
feat(ppro): restrict tags in representation for review
This commit is contained in:
parent
9039923ac7
commit
58b5d45043
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue