Merge pull request #2996 from pypeclub/bugfix/OP-2988_Nuke-redundant-review-repre-when-farm-publishing

Nuke: removing redundant Ftrack asset when farm publishing
This commit is contained in:
Jakub Ježek 2022-04-04 14:02:17 +02:00 committed by GitHub
commit e3ceaa7a40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 59 additions and 12 deletions

View file

@ -123,6 +123,7 @@ class ExtractReviewDataMov(openpype.api.Extractor):
if generated_repres:
# assign to representations
instance.data["representations"] += generated_repres
instance.data["hasReviewableRepresentations"] = True
else:
instance.data["families"].remove("review")
self.log.info((