mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
feat(nuke): removing subsetgroup
This commit is contained in:
parent
1c1213652f
commit
443a77fd94
1 changed files with 1 additions and 2 deletions
|
|
@ -77,8 +77,7 @@ class CollectBackdrops(pyblish.api.InstancePlugin):
|
|||
instance.data.update({
|
||||
"versionData": version_data,
|
||||
"frameStart": first_frame,
|
||||
"frameEnd": last_frame,
|
||||
"subsetGroup": "backdrops"
|
||||
"frameEnd": last_frame
|
||||
})
|
||||
self.log.info("Backdrop content collected: `{}`".format(instance[:]))
|
||||
self.log.info("Backdrop instance collected: `{}`".format(instance))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue