mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix family issue
This commit is contained in:
parent
11fbd15094
commit
4b9e24d8da
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class CollectMindbenderImageSequences(pyblish.api.ContextPlugin):
|
|||
|
||||
data = dict(instance_metadata, **{
|
||||
"name": instance.name,
|
||||
"family": "Image Sequence",
|
||||
"family": "colorbleed.imagesequence",
|
||||
"families": ["colorbleed.imagesequence"],
|
||||
"subset": collection.head[:-1],
|
||||
"stagingDir": os.path.join(workspace, renderlayer),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue