mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
nuke: review was not added to families
This commit is contained in:
parent
f4284e5e64
commit
08e86b5079
1 changed files with 5 additions and 4 deletions
|
|
@ -43,13 +43,14 @@ class CollectNukeInstanceData(pyblish.api.InstancePlugin):
|
|||
|
||||
})
|
||||
|
||||
# add review family if review activated on instance
|
||||
if instance.data.get("review"):
|
||||
instance.data["families"].append("review")
|
||||
|
||||
# add creator attributes to instance
|
||||
creator_attributes = instance.data["creator_attributes"]
|
||||
instance.data.update(creator_attributes)
|
||||
|
||||
# add review family if review activated on instance
|
||||
if instance.data.get("review"):
|
||||
instance.data["families"].append("review")
|
||||
|
||||
|
||||
self.log.debug("Collected instance: {}".format(
|
||||
instance.data))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue